Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ISPSystemTime interface
- Package:
- @microsoft/sp-page-context
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Interface that represents a SPSystemTime structure.
Property Details
Day
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Day: number;
Property Value
number
DayOfWeek
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
DayOfWeek: number;
Property Value
number
Hour
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Hour: number;
Property Value
number
Milliseconds
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Milliseconds: number;
Property Value
number
Minute
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Minute: number;
Property Value
number
Month
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Month: number;
Property Value
number
Second
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Second: number;
Property Value
number
Year
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Year: number;
Property Value
number
