Time interface

The time of day.

Properties

hour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

minute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

Property Details

hour

The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0.

hour: number

Property Value

number

minute

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

minute?: number

Property Value

number