|
|
Properties | Description |
---|---|
name |
Name of time (TIME) object |
utc_epoch_milli |
Unix epoch time in milliseconds. The underlying timezone is UTC |
timezone |
Timezone of the current time |
timeformat |
Time format of the current time |
Properties | Description |
---|---|
time_str |
Time string depending on the unix epoch time and time format |
plist |
The parameter list object which creates TIME object |
version |
CVS version string of the constructor |
created |
Time string which stores the creation time of the TIME object |
|
Methods | Description |
---|---|
TIME time object class constructor. |
Methods | Description |
---|---|
GET get time properties. |
|
ISFIELD tests if the given field is one of the object properties. |
|
ISVALID tests if the given time has all the correct fields of the correct type. |
|
SET set time properties. |
|
STRING writes a command string that can be used to recreate the input time object. |
Methods | Description |
---|---|
SUBSASGN define index assignment for time properties. |
|
SUBSREF Define field name indexing for time objects. |
Methods | Description |
---|---|
CHAR convert a time object into a string. |
|
DISPLAY overloads display functionality for time objects. |
|
FORMAT Returns the time in the handover format. |
|
SAVE a time object to file. |