Time
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
Enumerations
enum Month:
Month MONTH_JANUARY = 1
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_FEBRUARY = 2
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_MARCH = 3
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_APRIL = 4
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_MAY = 5
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_JUNE = 6
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_JULY = 7
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_AUGUST = 8
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_SEPTEMBER = 9
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_OCTOBER = 10
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_NOVEMBER = 11
There is currently no description for this enum. Please help us by contributing one!
Month MONTH_DECEMBER = 12
There is currently no description for this enum. Please help us by contributing one!
enum Weekday:
Weekday WEEKDAY_SUNDAY = 0
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_MONDAY = 1
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_TUESDAY = 2
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_WEDNESDAY = 3
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_THURSDAY = 4
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_FRIDAY = 5
There is currently no description for this enum. Please help us by contributing one!
Weekday WEEKDAY_SATURDAY = 6
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
Dictionary get_date_dict_from_system ( bool utc=false ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_date_dict_from_unix_time ( int unix_time_val ) const
There is currently no description for this method. Please help us by contributing one!
String get_date_string_from_system ( bool utc=false ) const
There is currently no description for this method. Please help us by contributing one!
String get_date_string_from_unix_time ( int unix_time_val ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_datetime_dict_from_datetime_string ( String datetime, bool weekday ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_datetime_dict_from_system ( bool utc=false ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_datetime_dict_from_unix_time ( int unix_time_val ) const
There is currently no description for this method. Please help us by contributing one!
String get_datetime_string_from_datetime_dict ( Dictionary datetime, bool use_space ) const
There is currently no description for this method. Please help us by contributing one!
String get_datetime_string_from_system ( bool utc=false, bool use_space=false ) const
There is currently no description for this method. Please help us by contributing one!
String get_datetime_string_from_unix_time ( int unix_time_val, bool use_space=false ) const
There is currently no description for this method. Please help us by contributing one!
String get_offset_string_from_offset_minutes ( int offset_minutes ) const
There is currently no description for this method. Please help us by contributing one!
int get_ticks_msec ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_ticks_usec ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_time_dict_from_system ( bool utc=false ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_time_dict_from_unix_time ( int unix_time_val ) const
There is currently no description for this method. Please help us by contributing one!
String get_time_string_from_system ( bool utc=false ) const
There is currently no description for this method. Please help us by contributing one!
String get_time_string_from_unix_time ( int unix_time_val ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_time_zone_from_system ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_unix_time_from_datetime_dict ( Dictionary datetime ) const
There is currently no description for this method. Please help us by contributing one!
int get_unix_time_from_datetime_string ( String datetime ) const
There is currently no description for this method. Please help us by contributing one!
float get_unix_time_from_system ( ) const
There is currently no description for this method. Please help us by contributing one!