MX
custom days.
More...
#include <ICustomDay.h>
Inheritance diagram for mx::ICustomDay:
Public Member Functions | |
virtual void | setName (const mxmString &name)=0 |
virtual mxmString | name ()=0 |
virtual EErrorCode | addDay (const mxmString &day)=0 |
virtual EErrorCode | addRange (const mxmString &from, const mxmString &to)=0 |
MX
custom days.
|
add a day to the internal list. NOTE: the strings will be replaced by a date type very soon!!!! |
|
add a day range to the internal list. NOTE: the strings will be replaced by a date type very soon!!!! |