Table of Contents

Enum DateTimeComponent

Namespace
Garyon.Extensions
Assembly
Garyon.dll

Represents a component in the DateTime struct.

public enum DateTimeComponent
Extension Methods

Fields

Day = 5

Represents the Day component.

Hour = 4

Represents the Hour component.

Millisecond = 1

Represents the Millisecond component.

Minute = 3

Represents the Minute component.

Month = 6

Represents the Month component.

Second = 2

Represents the Second component.

Ticks = 0

Represents the Ticks component.

Year = 7

Represents the Year component.