Enum DateTimeComponent
- Namespace
- Garyon.Extensions
- Assembly
- Garyon.dll
Represents a component in the DateTime struct.
public enum DateTimeComponent
- Extension Methods
Fields
Day = 5Represents the Day component.
Hour = 4Represents the Hour component.
Millisecond = 1Represents the Millisecond component.
Minute = 3Represents the Minute component.
Month = 6Represents the Month component.
Second = 2Represents the Second component.
Ticks = 0Represents the Ticks component.
Year = 7Represents the Year component.