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