#include <calendaritem.h>
Public Member Functions | |
| Point ()=default | |
| Point (Time time, Time duration) | |
| bool | valid () const |
| Returns if time is valid. More... | |
Public Attributes | |
| Time | mTime |
| Property: 'Time' time of the event: hours (0-23) & minutes (0-59) More... | |
| Time | mDuration |
| Property: 'Duration' length of event: hours (0-X) & minutes (0-59). Duration of 0 = never. More... | |
Serializable calendar point in time structure. Represents point in time together with duration
|
default |
| bool valid | ( | ) | const |
Returns if time is valid.
| Time mDuration |
Property: 'Duration' length of event: hours (0-X) & minutes (0-59). Duration of 0 = never.