char | CHAR convert a time object into a string. |
display | DISPLAY display a time object. |
eq | EQ overloads the == operator for time objects. |
format | FORMAT Returns the time in the handover format. |
get | GET get time properties. |
isequal | |
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. |
subsref | SUBSREF Define field name indexing for time objects. |
time | TIME time object class constructor. |
xml | XML convert a time object to an DOM XML object. |
xmladd | XMLADD add a time object to the given node of the input XML DOM |
xmlparse | XMLPARSE creates a time from a time xml file. |