public enum ENDateTimeComponent : System.Enum
public enum ENDateTimeComponent : System.Enum
Member | Description |
---|---|
All | All components (date and time). |
Date | The date component (year, month and day). |
Day | The day component. |
Hour | The hour component. |
Millisecond | The millisecond component. |
Minute | The minute component. |
Month | The month component. |
None | None. |
Second | The second component. |
Time | The time component (hour, minute, second and millisecond). |
Year | The year component. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.ENDateTimeComponent
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)