Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
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 | |
formatted | Property |
Source
addons/calendar_time/game_time/ui/time_format.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs