Interval Enumeration

間隔區間

Definition

Namespace: eBizprise.Framework.Common.Enum
Assembly: eBizprise.Framework.Common (in eBizprise.Framework.Common.dll) Version: 25.0.1.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
public enum Interval

Members

Year0
TotalYear1 精確年
Season2
TotalSeason3 精確季
Month4
TotalMonth5 精確月
Week6
TotalWeek7 精確週
Day8
TotalDay9 精確日
Hour10 小時
TotalHour11 精確小時
Minute12 分鐘
TotalMinute13 精確分鐘
Second14
TotalSecond15 精確秒
Millisecond16 毫秒

Extension Methods

GetEnums 取得列舉清單所有項目
(Defined by EnumDatabaseHelper)
GetEnums 取得列舉清單所有項目
(Defined by EnumHelper)
GetId 取得對應識別碼
(Defined by EnumHelper)
GetParentId 取得父項識別碼
(Defined by EnumHelper)
GetText 由資料庫取得對應說明
(Defined by EnumDatabaseHelper)
GetText 取得對應說明
(Defined by EnumHelper)

See Also