The type of the specifier's value/handler.
Provides a compilation enforced mapping of the Standard Date and Time Format Specifiers.
Format specifier F represents a custom date and time format string that is defined by a specific culture's full date and time pattern.
Format specifier f represents a combination of the long date D and short time t patterns, separated by a space.
Format specifier G represents a combination of the short date d and long time T patterns, separated by a space.
Format specifier g represents a combination of the short date d and short time t patterns, separated by a space.
Format specifier D represents a custom date and time format string that is defined by a specific culture's long date pattern.
Format specifier T represents a custom date and time format string that is defined by a specific culture's long time pattern.
Format specifier M or m represents a custom date and time format string that is defined by a specific culture's month and day pattern.
Format specifier R or r represents a custom date and time format string that is defined by the RFC1123 date pattern.
Format specifier O or o represents a custom date and time format string using a pattern that preserves time zone information and emits a result string that complies with ISO 8601.
Format specifier d represents a custom date and time format string that is defined by a specific culture's short date pattern.
Format specifier t represents a custom date and time format string that is defined by a specific culture's short time pattern.
Format specifier s represents a custom date and time format string that is defined by the sortable date and time pattern.
Format specifier U represents a custom date and time format string that is defined by a specific culture's full date and time pattern in UTC.
Format specifier u represents a custom date and time format string that is defined by the UTC sortable date and time pattern.
Format specifier Y or y represents a custom date and time format string that is defined by a specific culture's year and month pattern.
Generated using TypeDoc
Provides a compilation enforced mapping of the Standard Date and Time Format Specifiers.