Skip to content

Class

TimeFormat

Generated GDScript class reference for CalendarTime.TimeFormat.

Status
Current
Version
v2.1.1
Source updated
2026-08-09
Generated on
2026-09-26

Source: addons/calendar_time/game_time/ui/time_format.gd

Syntax

class TimeFormat extends Resource

Members

NameKindSummary
secondsProperty
minutesProperty
hoursProperty
dayProperty
monthProperty
yearProperty
time_separatorPropertySeparator placed between rendered time components.
date_formatPropertyGameDate format. Options: {day} {month} {month_name} {year}
hours_timePropertyHoursTime format. Options: {hours} {minutes} {seconds} `{time_separator}` is replaced with `time_separator` at format time.
date_time_formatPropertyDateTime format. Options: {day} {month} {month_name} {year} {hours} {minutes} {seconds} `{time_separator}` is replaced with `time_separator` at format time.
get_formatted_dateMethod
get_formatted_timeMethod
get_formatted_date_timeMethod