UVACanvasAccess
|
Represents an appointment. More...
Public Member Functions | |
string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
ulong | Id [get] |
The appointment id. | |
DateTime | StartAt [get] |
When the appointment starts. | |
DateTime | EndAt [get] |
When the appointment ends. | |
Represents an appointment.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.