docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
@@ -0,0 +1,197 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Interface: DateTimeFormatOptions
|
||||
|
||||
[internal](../modules/internal.md).DateTimeFormatOptions
|
||||
|
||||
## Properties
|
||||
|
||||
### calendar
|
||||
|
||||
• `Optional` **calendar**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:237
|
||||
|
||||
___
|
||||
|
||||
### dateStyle
|
||||
|
||||
• `Optional` **dateStyle**: ``"long"`` \| ``"short"`` \| ``"full"`` \| ``"medium"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:241
|
||||
|
||||
___
|
||||
|
||||
### day
|
||||
|
||||
• `Optional` **day**: ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4418
|
||||
|
||||
___
|
||||
|
||||
### dayPeriod
|
||||
|
||||
• `Optional` **dayPeriod**: ``"long"`` \| ``"short"`` \| ``"narrow"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:238
|
||||
|
||||
___
|
||||
|
||||
### era
|
||||
|
||||
• `Optional` **era**: ``"long"`` \| ``"short"`` \| ``"narrow"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4415
|
||||
|
||||
___
|
||||
|
||||
### formatMatcher
|
||||
|
||||
• `Optional` **formatMatcher**: ``"best fit"`` \| ``"basic"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4423
|
||||
|
||||
___
|
||||
|
||||
### hour
|
||||
|
||||
• `Optional` **hour**: ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4419
|
||||
|
||||
___
|
||||
|
||||
### hour12
|
||||
|
||||
• `Optional` **hour12**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4424
|
||||
|
||||
___
|
||||
|
||||
### hourCycle
|
||||
|
||||
• `Optional` **hourCycle**: ``"h11"`` \| ``"h12"`` \| ``"h23"`` \| ``"h24"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:243
|
||||
|
||||
___
|
||||
|
||||
### localeMatcher
|
||||
|
||||
• `Optional` **localeMatcher**: ``"best fit"`` \| ``"lookup"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4413
|
||||
|
||||
___
|
||||
|
||||
### minute
|
||||
|
||||
• `Optional` **minute**: ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4420
|
||||
|
||||
___
|
||||
|
||||
### month
|
||||
|
||||
• `Optional` **month**: ``"long"`` \| ``"short"`` \| ``"narrow"`` \| ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4417
|
||||
|
||||
___
|
||||
|
||||
### numberingSystem
|
||||
|
||||
• `Optional` **numberingSystem**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:239
|
||||
|
||||
___
|
||||
|
||||
### second
|
||||
|
||||
• `Optional` **second**: ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4421
|
||||
|
||||
___
|
||||
|
||||
### timeStyle
|
||||
|
||||
• `Optional` **timeStyle**: ``"long"`` \| ``"short"`` \| ``"full"`` \| ``"medium"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es2020.intl.d.ts:242
|
||||
|
||||
___
|
||||
|
||||
### timeZone
|
||||
|
||||
• `Optional` **timeZone**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4425
|
||||
|
||||
___
|
||||
|
||||
### timeZoneName
|
||||
|
||||
• `Optional` **timeZoneName**: ``"long"`` \| ``"short"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4422
|
||||
|
||||
___
|
||||
|
||||
### weekday
|
||||
|
||||
• `Optional` **weekday**: ``"long"`` \| ``"short"`` \| ``"narrow"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4414
|
||||
|
||||
___
|
||||
|
||||
### year
|
||||
|
||||
• `Optional` **year**: ``"numeric"`` \| ``"2-digit"``
|
||||
|
||||
#### Defined in
|
||||
|
||||
node_modules/typescript/lib/lib.es5.d.ts:4416
|
||||
Reference in New Issue
Block a user