ISPSystemTime interface

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.

Properties

Day
DayOfWeek
Hour
Milliseconds
Minute
Month
Second
Year

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