AppointmentsProviderShowTimeFrameActivatedEventArgs.Duration Property

Definition

Gets the duration of the time frame to be shown.

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = appointmentsProviderShowTimeFrameActivatedEventArgs.duration;
Public ReadOnly Property Duration As TimeSpan

Property Value

The duration of the time frame.

Implements

Applies to