The type of the options container.
Creates an instance with base formatting options and initializes an options provider that resolves concrete format options.
A date and time options provider constructor which will be used to resolve options.
An instance that can provide custom date and time format information.
A base options object that can be overridden by resolved options.
Applies all resolved format options to the date object.
The date to format.
A resulting format value with applied format options.
Converts the date to an equivalent string representation using specified format and culture formatting information.
A format string containing formatting specifications.
The date to format.
The formatted date value.
Returns the formatter instance that will be used to replace all custom date and time specifiers.
Generated using TypeDoc
Base formatter implementation that applies raw culture information formatting to a date and time value.