Contents | %%%%%%%%%%%%%%%%%%% class: time %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a time object into a string. |
display | DISPLAY overloads display functionality for time objects. |
eq | EQ overloads the == operator for time objects. |
format | FORMAT Returns the time in the handover format. |
get | GET get time properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given time has all the correct fields of the correct type. |
minus | MINUS overloads - operator for time objects. |
ne | NE overloads the ~= operator for time objects. |
plus | PLUS overloads + operator for time objects. |
save | SAVE a time object to file. |
set | SET set time properties. |
string | STRING writes a command string that can be used to recreate the input time object. |
subsasgn | SUBSASGN define index assignment for time properties. |
subsref | SUBSREF Define field name indexing for time objects. |
time | TIME time object class constructor. |