C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / Duration Property

In This Topic
Duration Property (Appointment)
In This Topic
Gets or sets the System.TimeSpan value indicating the duration of the appointment.
Syntax
'Declaration
 
Public Property Duration As System.TimeSpan
 
Remarks
At setting this property, if it's value is not equal to the whole number of days, the AllDayEvent property will be set to false.
See Also