Class ChronoConstants
Contains various time related constant values.
public static class ChronoConstants
- Inheritance
-
ChronoConstants
- Inherited Members
Fields
DaysInApril
Specifies the number of days in april.
public const int DaysInApril = 30
Field Value
DaysInAugust
Specifies the number of days in august.
public const int DaysInAugust = 31
Field Value
DaysInDecember
Specifies the number of days in december.
public const int DaysInDecember = 31
Field Value
DaysInFebruary
Specifies the number of days in february in a non-leap year.
public const int DaysInFebruary = 28
Field Value
DaysInJanuary
Specifies the number of days in january.
public const int DaysInJanuary = 31
Field Value
DaysInJuly
Specifies the number of days in july.
public const int DaysInJuly = 31
Field Value
DaysInJune
Specifies the number of days in june.
public const int DaysInJune = 30
Field Value
DaysInLeapFebruary
Specifies the number of days in february in a leap year.
public const int DaysInLeapFebruary = 29
Field Value
DaysInLeapYear
Specifies the number of days in a single leap year.
public const int DaysInLeapYear = 366
Field Value
DaysInMarch
Specifies the number of days in march.
public const int DaysInMarch = 31
Field Value
DaysInMay
Specifies the number of days in may.
public const int DaysInMay = 31
Field Value
DaysInNovember
Specifies the number of days in november.
public const int DaysInNovember = 30
Field Value
DaysInOctober
Specifies the number of days in october.
public const int DaysInOctober = 31
Field Value
DaysInSeptember
Specifies the number of days in september.
public const int DaysInSeptember = 30
Field Value
DaysInYear
Specifies the number of days in a single non-leap year.
public const int DaysInYear = 365
Field Value
DaysPerWeek
Specifies the number of days in a single week.
public const int DaysPerWeek = 7
Field Value
HoursPerStandardDay
Specifies the number of hours in a single standard day.
public const int HoursPerStandardDay = 24
Field Value
MicrosecondsPerMillisecond
Specifies the number of microseconds in a single millisecond.
public const int MicrosecondsPerMillisecond = 1000
Field Value
MillisecondsPerSecond
Specifies the number of milliseconds in a single second.
public const int MillisecondsPerSecond = 1000
Field Value
MinutesPerHour
Specifies the number of minutes in a single hour.
public const int MinutesPerHour = 60
Field Value
MonthsPerYear
Specifies the number of months in a single year.
public const int MonthsPerYear = 12
Field Value
SecondsPerMinute
Specifies the number of seconds in a single minute.
public const int SecondsPerMinute = 60
Field Value
TicksPerHour
Specifies the number of ticks in a single hour.
public const long TicksPerHour = 36000000000
Field Value
TicksPerMicrosecond
Specifies the number of ticks in a single microsecond.
public const long TicksPerMicrosecond = 10
Field Value
TicksPerMillisecond
Specifies the number of ticks in a single millisecond.
public const long TicksPerMillisecond = 10000
Field Value
TicksPerMinute
Specifies the number of ticks in a single minute.
public const long TicksPerMinute = 600000000
Field Value
TicksPerSecond
Specifies the number of ticks in a single second.
public const long TicksPerSecond = 10000000
Field Value
TicksPerStandardDay
Specifies the number of ticks in a single standard (24 hours) day.
public const long TicksPerStandardDay = 864000000000
Field Value
TicksPerStandardWeek
Specifies the number of ticks in a single week with standard days.
public const long TicksPerStandardWeek = 6048000000000