.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/Time.xml. .. _class_Time: Time ==== **Inherits:** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_date_dict_from_system` **(** :ref:`bool` utc=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_date_dict_from_unix_time` **(** :ref:`int` unix_time_val **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_date_string_from_system` **(** :ref:`bool` utc=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_date_string_from_unix_time` **(** :ref:`int` unix_time_val **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_datetime_dict_from_datetime_string` **(** :ref:`String` datetime, :ref:`bool` weekday **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_datetime_dict_from_system` **(** :ref:`bool` utc=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_datetime_dict_from_unix_time` **(** :ref:`int` unix_time_val **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_datetime_string_from_datetime_dict` **(** :ref:`Dictionary` datetime, :ref:`bool` use_space **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_datetime_string_from_system` **(** :ref:`bool` utc=false, :ref:`bool` use_space=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_datetime_string_from_unix_time` **(** :ref:`int` unix_time_val, :ref:`bool` use_space=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_offset_string_from_offset_minutes` **(** :ref:`int` offset_minutes **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_ticks_msec` **(** **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_ticks_usec` **(** **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_time_dict_from_system` **(** :ref:`bool` utc=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_time_dict_from_unix_time` **(** :ref:`int` unix_time_val **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_time_string_from_system` **(** :ref:`bool` utc=false **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_time_string_from_unix_time` **(** :ref:`int` unix_time_val **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | :ref:`get_time_zone_from_system` **(** **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_unix_time_from_datetime_dict` **(** :ref:`Dictionary` datetime **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_unix_time_from_datetime_string` **(** :ref:`String` datetime **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_unix_time_from_system` **(** **)** |const| | +-------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_Time_Month: .. rst-class:: classref-enumeration enum **Month**: .. _class_Time_constant_MONTH_JANUARY: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_JANUARY** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_FEBRUARY: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_FEBRUARY** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_MARCH: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_MARCH** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_APRIL: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_APRIL** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_MAY: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_MAY** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_JUNE: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_JUNE** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_JULY: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_JULY** = ``7`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_AUGUST: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_AUGUST** = ``8`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_SEPTEMBER: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_SEPTEMBER** = ``9`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_OCTOBER: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_OCTOBER** = ``10`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_NOVEMBER: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_NOVEMBER** = ``11`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_MONTH_DECEMBER: .. rst-class:: classref-enumeration-constant :ref:`Month` **MONTH_DECEMBER** = ``12`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_Time_Weekday: .. rst-class:: classref-enumeration enum **Weekday**: .. _class_Time_constant_WEEKDAY_SUNDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_SUNDAY** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_MONDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_MONDAY** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_TUESDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_TUESDAY** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_WEDNESDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_WEDNESDAY** = ``3`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_THURSDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_THURSDAY** = ``4`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_FRIDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_FRIDAY** = ``5`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Time_constant_WEEKDAY_SATURDAY: .. rst-class:: classref-enumeration-constant :ref:`Weekday` **WEEKDAY_SATURDAY** = ``6`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Time_method_get_date_dict_from_system: .. rst-class:: classref-method :ref:`Dictionary` **get_date_dict_from_system** **(** :ref:`bool` utc=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_date_dict_from_unix_time: .. rst-class:: classref-method :ref:`Dictionary` **get_date_dict_from_unix_time** **(** :ref:`int` unix_time_val **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_date_string_from_system: .. rst-class:: classref-method :ref:`String` **get_date_string_from_system** **(** :ref:`bool` utc=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_date_string_from_unix_time: .. rst-class:: classref-method :ref:`String` **get_date_string_from_unix_time** **(** :ref:`int` unix_time_val **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_dict_from_datetime_string: .. rst-class:: classref-method :ref:`Dictionary` **get_datetime_dict_from_datetime_string** **(** :ref:`String` datetime, :ref:`bool` weekday **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_dict_from_system: .. rst-class:: classref-method :ref:`Dictionary` **get_datetime_dict_from_system** **(** :ref:`bool` utc=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_dict_from_unix_time: .. rst-class:: classref-method :ref:`Dictionary` **get_datetime_dict_from_unix_time** **(** :ref:`int` unix_time_val **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_string_from_datetime_dict: .. rst-class:: classref-method :ref:`String` **get_datetime_string_from_datetime_dict** **(** :ref:`Dictionary` datetime, :ref:`bool` use_space **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_string_from_system: .. rst-class:: classref-method :ref:`String` **get_datetime_string_from_system** **(** :ref:`bool` utc=false, :ref:`bool` use_space=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_datetime_string_from_unix_time: .. rst-class:: classref-method :ref:`String` **get_datetime_string_from_unix_time** **(** :ref:`int` unix_time_val, :ref:`bool` use_space=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_offset_string_from_offset_minutes: .. rst-class:: classref-method :ref:`String` **get_offset_string_from_offset_minutes** **(** :ref:`int` offset_minutes **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_ticks_msec: .. rst-class:: classref-method :ref:`int` **get_ticks_msec** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_ticks_usec: .. rst-class:: classref-method :ref:`int` **get_ticks_usec** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_time_dict_from_system: .. rst-class:: classref-method :ref:`Dictionary` **get_time_dict_from_system** **(** :ref:`bool` utc=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_time_dict_from_unix_time: .. rst-class:: classref-method :ref:`Dictionary` **get_time_dict_from_unix_time** **(** :ref:`int` unix_time_val **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_time_string_from_system: .. rst-class:: classref-method :ref:`String` **get_time_string_from_system** **(** :ref:`bool` utc=false **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_time_string_from_unix_time: .. rst-class:: classref-method :ref:`String` **get_time_string_from_unix_time** **(** :ref:`int` unix_time_val **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_time_zone_from_system: .. rst-class:: classref-method :ref:`Dictionary` **get_time_zone_from_system** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_unix_time_from_datetime_dict: .. rst-class:: classref-method :ref:`int` **get_unix_time_from_datetime_dict** **(** :ref:`Dictionary` datetime **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_unix_time_from_datetime_string: .. rst-class:: classref-method :ref:`int` **get_unix_time_from_datetime_string** **(** :ref:`String` datetime **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Time_method_get_unix_time_from_system: .. rst-class:: classref-method :ref:`float` **get_unix_time_from_system** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`