MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat
MessageDateTimePart
Interface MessageDateTimePart
Beta
The formatted part for a
MessageDateTime
value.
interface
MessageDateTimePart
{
dir
?:
"ltr"
|
"rtl"
;
id
?:
string
;
locale
:
string
;
parts
:
DateTimeFormatPart
[]
;
source
:
string
;
type
:
"datetime"
;
value
?:
unknown
;
}
Hierarchy (
View Summary
)
MessageExpressionPart
<
"datetime"
>
MessageDateTimePart
Index
Properties
dir?
id?
locale
parts
source
type
value?
Properties
Optional
Beta
dir
dir
?:
"ltr"
|
"rtl"
Optional
Beta
id
id
?:
string
Beta
locale
locale
:
string
Beta
parts
parts
:
DateTimeFormatPart
[]
Beta
source
source
:
string
Beta
type
type
:
"datetime"
Optional
Beta
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dir
id
locale
parts
source
type
value
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
The formatted part for a MessageDateTime value.