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 | |
hours | Property | |
day | Property | |
month | Property | |
year | Property | |
time_separator | Property | |
date_format | Property | Format for showing GameDate Options {day} {month} {month_name} {year} |
hours_time | Property | Format for showing HoursTime Options {hours} {minutes} {seconds} |
date_time_format | Property | Format for showing DateTime Options {day} {month} {month_name} {year} {hours} {minutes} {seconds} |
get_formatted_date | Method | |
month_name | Property | |
get_formatted_time | Method | |
result | Property | |
sep_pos | Property | |
get_formatted_date_time | Method | |
month_name | Property | |
result | Property | |
sep_pos | Property |