Time Functions

passTime(Hours Type > Float)

Passes the given amount of time.

getTime()

Returns the current solar time (24h), in hours.

getTimeTotal()

Returns the time passed since the new game started, in hours.

getTimeStringHHMM()

Returns text of the current time (HH:MM). Also adds am/pm if the 24h option is disabled.

getTimeStringHHMMSS()

Returns text of the current time (HH:MM:SS). Also adds am/pm if the 24h option is disabled.

getDays()

Returns the current day.

getWeeks()

Returns the current week.

isTime(Starting Hour Type > Float, End Hour Type > Float)

Returns true if the current time is in the given time range, otherwise returns false. Always uses solar time (24h).