TimeOfDay

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

Properties

Name Type Required
Hour integer (int32) No
Minute integer (int32) No

Hour

Type: integer (int32)
Required: No
InclusiveMaximum: 23
InclusiveMinimum: 0

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


Minute

Type: integer (int32)
Required: No
InclusiveMaximum: 59
InclusiveMinimum: 0

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