Interface: TafTime
Defined in: src/sdk/navigation/FacilityWeather.ts:296
A description of a point in time used by TAF objects.
Properties
day
readonly
day:number
Defined in: src/sdk/navigation/FacilityWeather.ts:298
The day of the month. 1
is the first day, 2
is the second day, etc.
hour
readonly
hour:number
Defined in: src/sdk/navigation/FacilityWeather.ts:301
The hour of the day, from 0
to 23
.
min
readonly
min:number
Defined in: src/sdk/navigation/FacilityWeather.ts:304
The minute of the hour, from 0
to 59
.