The type of the specifier's value/handler.
Provides a compilation enforced mapping of the Custom Date and Time Format Specifiers.
Format specifier t or tt (plus any number of additional t specifiers) represents the first or both characters of the AM/PM designator.
Format specifier / represents the date separator, which is used to differentiate years, months, and days.
Format specifier d (up to 4 times, plus any additional) represents the day of the month as a number from 1 through 31, or as an abbreviated or full day of the week.
Format specifier F (up to MaxSubSecondPrecision times) represents the n-th most significant digit of the seconds fraction. Nothing is displayed if the digit is zero.
Format specifier g or gg (plus any number of additional g specifiers) represents the period or era, such as A.D.
Format specifier \ causes the next character to be interpreted as a literal rather than as a custom format specifier.
Format specifier h or hh (plus any number of additional h specifiers) represents the hour as a number from (0)1 through 12.
Format specifier H or HH (plus any number of additional H specifiers) represents the hour as a number from (0)0 through 23.
Format specifier z represents the signed time offset from UTC, measured in hours.
Format specifier " indicates that the enclosed characters should be copied to the result string unchanged.
Format specifier ' indicates that the enclosed characters should be copied to the result string unchanged.
Format specifier m or mm (plus any number of additional m specifiers) represents the minute as a number from (0)0 through 59.
Format specifier M (up to 4 times, plus any additional) represents the month as a number from (0)1 through 12, or as an abbreviated or full name of the month.
Format specifier s or ss (plus any number of additional s specifiers) represents the minute as a number from (0)0 through 59.
Format specifier % defines the following character as a custom format specifier.
Format specifier : represents the time separator, which is used to differentiate hours, minutes, and seconds.
Format specifier K represents the time zone information of a date and time value.
Format specifier y represents the year with a minimum number of digits equal to the times the specifier was repeated.
Format specifier f (up to MaxSubSecondPrecision times) represents the n-th most significant digit of the seconds fraction.
Generated using TypeDoc
Provides a compilation enforced mapping of the Custom Date and Time Format Specifiers.