Functions
isoFormat
isoFormat( date: Date ) : string
Defined in node_modules/@types/d3-time-format/index.d.ts:75
Parameters
Returns string
isoParse
isoParse( dateString: string ) : Date
Defined in node_modules/@types/d3-time-format/index.d.ts:77
Parameters
Returns Date
timeFormat
timeFormat( specifier: string ) : function
Defined in node_modules/@types/d3-time-format/index.d.ts:65
Parameters
Returns function
Parameters
Returns string
timeFormatDefaultLocale
Defined in node_modules/@types/d3-time-format/index.d.ts:63
Parameters
timeFormatLocale
Defined in node_modules/@types/d3-time-format/index.d.ts:56
Parameters
timeParse
timeParse( specifier: string ) : function
Defined in node_modules/@types/d3-time-format/index.d.ts:67
Parameters
Returns function
( dateString: string ) : Date
utcFormat
utcFormat( specifier: string ) : function
Defined in node_modules/@types/d3-time-format/index.d.ts:69
Parameters
Returns function
Parameters
Returns string
utcParse
utcParse( specifier: string ) : function
Defined in node_modules/@types/d3-time-format/index.d.ts:71
Parameters
Returns function
( dateString: string ) : Date
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Create a new time-locale-based object which exposes time-formatting methods for the specified locale definition. The new time locale definition will be set as the new default time locale.