IAppointmentsProviderShowTimeFrameActivatedEventArgs.TimeToShow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = iAppointmentsProviderShowTimeFrameActivatedEventArgs.timeToShow;
Public ReadOnly Property TimeToShow As DateTimeOffset
Property Value
The starting date and time of the time frame.