WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.TimeToShow Property

Definition

Gets the starting date and time of the time frame to be shown.

public:
 property DateTime TimeToShow { DateTime get(); };
DateTime TimeToShow();
public System.DateTimeOffset TimeToShow { get; }
var dateTime = webUIAppointmentsProviderShowTimeFrameActivatedEventArgs.timeToShow;
Public ReadOnly Property TimeToShow As DateTimeOffset

Property Value

The starting date and time of the time frame.

Implements

Applies to