Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Time

A model to hold time in hour:minute:second format.

Properties

Optional hour

hour: undefined | number

The hour value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minute

minute: undefined | number

The minute value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional second

second: undefined | number

The second value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Time): object

getJsonObj

  • getJsonObj(obj: Time): object