Table of Contents

Enum TimeSpanComponent

Namespace
Garyon.Extensions
Assembly
Garyon.dll

Represents a component in the TimeSpan struct.

public enum TimeSpanComponent
Extension Methods

Fields

Days = 5

Represents the Days component.

Hours = 4

Represents the Hours component.

Milliseconds = 1

Represents the Milliseconds component.

Minutes = 3

Represents the Minutes component.

Seconds = 2

Represents the Seconds component.

Ticks = 0

Represents the Ticks component.