Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeOfDay

Package version

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

Hierarchy

  • TimeOfDay

Index

Properties

Properties

Optional hour

hour: undefined | number

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

Optional minute

minute: undefined | number

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

Generated using TypeDoc