Library API
⬅ Back to Guides
Preparing search index...
common.index
UtcPartsOptions
Interface UtcPartsOptions
Structured calendar and clock options for creating a UTC Date instance.
interface
UtcPartsOptions
{
day
:
number
;
hours
?:
number
;
milliseconds
?:
number
;
minutes
?:
number
;
month
:
number
;
seconds
?:
number
;
year
:
number
;
}
Index
Properties
day
hours?
milliseconds?
minutes?
month
seconds?
year
Properties
day
day
:
number
Optional
hours
hours
?:
number
Optional
milliseconds
milliseconds
?:
number
Optional
minutes
minutes
?:
number
month
month
:
number
Optional
seconds
seconds
?:
number
year
year
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
day
hours
milliseconds
minutes
month
seconds
year
⬅ Back to Guides
Library API
Loading...
Structured calendar and clock options for creating a UTC Date instance.