_AppointmentItem.Duration Property

Definition

Returns or sets an Integer (int in C#) value indicating the duration (in minutes) of the AppointmentItem. Read/write.

public:
 property int Duration { int get(); void set(int value); };
public int Duration { get; set; }
Public Property Duration As Integer

Property Value

Applies to