TimeStamp#

class relsad.Time.TimeStamp(year: int = 0, month: int = 0, day: int = 0, hour: int = 0, minute: int = 0, second: int = 0)[source]#

Time stamp utility class

year#

Number of years

Type

int

month#

Number of months

Type

int

day#

Number of days

Type

int

hour#

Number of hours

Type

int

minute#

Number of minutes

Type

int

second#

Number of seconds

Type

int

get_hour_of_day(time_passed)[source]#

Returns the hour of day based on the time passed

TimeStamp.get_hour_of_day(time_passed)

Returns the hour of day based on the time passed