C# Class EInfrastructure.Core.Tools.Enumerations.TimestampType

时间戳类型
Inheritance: Enumeration
Show file Open project: zhenlei520/System.Extension.Core

Public Properties

Property Type Description
Millisecond TimestampType
Second TimestampType

Public Methods

Method Description
TimestampType ( int id, string name ) : EInfrastructure.Core.Configuration.Enumerations.SeedWork

Method Details

TimestampType() public method

public TimestampType ( int id, string name ) : EInfrastructure.Core.Configuration.Enumerations.SeedWork
id int
name string
return EInfrastructure.Core.Configuration.Enumerations.SeedWork

Property Details

Millisecond public static property

十三位时间戳 毫秒
public static TimestampType,EInfrastructure.Core.Tools.Enumerations Millisecond
return TimestampType

Second public static property

十位时间戳 秒
public static TimestampType,EInfrastructure.Core.Tools.Enumerations Second
return TimestampType