Denotes time of the day, used for defining opening or closing time of access points

TimeOfDay

interface TimeOfDay {
    hourOfDay?: number;
    minuteOfHour?: number;
    secondOfMinute?: number;
}

Properties

hourOfDay?: number

Denotes hour of the day, used for defining opening or closing time of access points

TimeOfDay

minuteOfHour?: number

Denotes minute of the hour, used for defining opening or closing time of access points

TimeOfDay

secondOfMinute?: number

Denotes second of the minute, used for defining opening or closing time of access points

TimeOfDay

MMNEPVFCICPMFPCPTTAAATR