UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.Appointments.Appointment Class Reference

Represents an appointment. More...

Inheritance diagram for UVACanvasAccess.Structures.Appointments.Appointment:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.Appointments.Appointment:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

ulong Id [get]
 The appointment id. More...
 
DateTime StartAt [get]
 When the appointment starts. More...
 
DateTime EndAt [get]
 When the appointment ends. More...
 

Detailed Description

Represents an appointment.

Property Documentation

◆ EndAt

DateTime UVACanvasAccess.Structures.Appointments.Appointment.EndAt
get

When the appointment ends.

◆ Id

ulong UVACanvasAccess.Structures.Appointments.Appointment.Id
get

The appointment id.

◆ StartAt

DateTime UVACanvasAccess.Structures.Appointments.Appointment.StartAt
get

When the appointment starts.


The documentation for this class was generated from the following file: