Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionsProvider<TOptions>

Provides a mechanism for retrieving concrete date and time formatting options.

Type parameters

  • TOptions

    The type of the options container.

Hierarchy

Implemented by

Index

Methods

getStyle

  • getStyle(): string

resolveOptions

  • resolveOptions(format: string, value: Date): TOptions

useUTC

  • useUTC(): boolean

Generated using TypeDoc