seconds since start of day

Fields

secs: u17,

Functions

fn getHoursIntoDay(self: DaySeconds) u5

the number of hours past the start of the day (0 to 23)

fn getMinutesIntoHour(self: DaySeconds) u6

the number of minutes past the hour (0 to 59)

fn getSecondsIntoMinute(self: DaySeconds) u6

the number of seconds past the start of the minute (0 to 59)