TimeOfDay Class

Defines an hour and minute of the day specified in 24 hour time.

Inheritance
TimeOfDay

Constructor

TimeOfDay(*, hour: Optional[int] = None, minute: Optional[int] = None, **kwargs)

Parameters

hour
int
Required

Represents the hour of the day. Value must be between 0 and 23 inclusive.

minute
int
Required

Represents the minute of the hour. Value must be between 0 to 59 inclusive.