public enum ENTimeSpanValueFormat : System.Enum
public enum ENTimeSpanValueFormat : System.Enum
Member | Description |
---|---|
Constant | Constant (not culture specific) time span formatting |
Day | The value is formatted by day (dd) |
GeneralLong | General long time span formatting |
GeneralShort | General short time span formatting |
HourMinute | The value is formatted by hour minute (hh:mm) |
MinuteSecond | The value is formatted by its minute and second (mm:ss) |
SecondMillisecond | The value is formatted by its second an millisecond |
System.Object
System.ValueType
System.Enum
Nevron.Nov.ENTimeSpanValueFormat
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)