Source: addons/calendar_time/game_time/ui/time_format.gd
Syntax
class TimeFormat extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
seconds | Property | |
minutes | Property | |
hours | Property | |
day | Property | |
month | Property | |
year | Property | |
time_separator | Property | Separator placed between rendered time components. |
date_format | Property | GameDate format. Options: {day} {month} {month_name} {year} |
hours_time | Property | HoursTime format. Options: {hours} {minutes} {seconds} `{time_separator}` is replaced with `time_separator` at format time. |
date_time_format | Property | DateTime format. Options: {day} {month} {month_name} {year} {hours} {minutes} {seconds} `{time_separator}` is replaced with `time_separator` at format time. |
get_formatted_date | Method | |
get_formatted_time | Method | |
get_formatted_date_time | Method |