Creates an instance with base formatting options which will be extended and/or overridden by resolved options.
A base options object containing properties defined for the Intl.DateTimeFormat's options parameter.
Returns the formatting style to use. Values should match the property names defined in Specifiers.StandardSpecifiersMap.
Returns an object that provides date and time formatting options resolved from standard date and time specifiers.
A format string representing a Standard Date and Time Format Specifiers.
The date object from which to infer additional options.
Returns whether to use UTC time or not.
Generated using TypeDoc
An OptionsProvider implementation that handles Standard Date and Time Format Specifiers. The type of the returned options object is an extended version of Intl.DateTimeFormat's options parameter.