Contents | %%%%%%%%%%%%%%%%%%% class: time %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a time object into a string. |
copy | COPY Make copy of time objects depending of the second input |
display | DISPLAY overloads display functionality for time objects. |
epoch2str | EPOCH2STR Returns computes the time sting of the epoch time stored in 'utc_epoch_milli' and 'created'. |
format | FORMAT Returns the time in specified format. |
fromTimeString | FROMTIMESTRING creates a time object from a time string. |
fromTimeValue | FROMTIMEVALUE creates a time object from unix epoch time. |
getTimezones | GETTIMEZONES Get all possible timezones. |
minus | MINUS overloads - operator for time objects. |
parse_time_string | PRASE_TIME_STRING parses the time string. |
plus | PLUS overloads + operator for time objects. |
setEpochtime | SETEPOCHTIME Set the property 'utc_epoch_milli'. |
setTime_str | SETTIME_STR Set the property 'time_str'. |
setTimeformat | SETTIMEFORMAT Set the property 'timeformat'. |
setTimezone | SETTIMEZONE Set the property 'timezone'. |
string | STRING writes a command string that can be used to recreate the input time object. |
time | TIME time object class constructor. |
update_struct | UPDATE_STRUCT update the input structure to the current ltpda version |