Chris' Tutorials
Docs/Calendar Time

Class

DateTime

Generated GDScript class reference for CalendarTime.DateTime.

StatusCurrent
Versionv2.0
UpdatedGenerated from GDScript addon source
Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.

Source: addons/calendar_time/game_time/time_units/date_time.gd

Syntax

class DateTime extends Resource

Members

NameKindSummary
datePropertyThe game date and time represented as a resource composed of GameDate and HoursTime The date day, month, year Correlates with a particular game calendar that calculated it and not necessarily the real world calendar
timePropertyThe time representation of the current day's hours, minutes, and seconds
from_componentsMethod
new_dateProperty
new_timeProperty
matchesMethod
same_dateProperty
same_timeProperty
sameProperty
validateMethod
no_problemsProperty
to_dictMethod
from_dictMethod
as_formattedMethod

Source

addons/calendar_time/game_time/time_units/date_time.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs