Source: addons/calendar_time/game_time/ui/time_format.gd
Syntax
class TimeFormat extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
seconds | Property | Minimum number of digits to show for seconds, minute, hours time |
minutes | Property | Minutes are rendered using this format string. |
hours | Property | Hours are rendered using this format string. |
day | Property | Day number is rendered using this format string. |
month | Property | Month number is rendered using this format string. |
year | Property | Year number is rendered using this format string. |
time_separator | Property | Separator placed between rendered time components. |
date_format | Property | Format for showing GameDate Options {day} {month} {month_name} {year} |
hours_time | Property | Format for showing HoursTime Options {hours} {minutes} {seconds} `{time_separator}` is replaced with `time_separator` at format time. |
date_time_format | Property | Format for showing DateTime 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 |