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