Appointment.OriginalStartTime 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 original starting time for a recurring appointment.
public:
property IReference<DateTime> ^ OriginalStartTime { IReference<DateTime> ^ get(); };
IReference<DateTime> OriginalStartTime();
public System.Nullable<System.DateTimeOffset> OriginalStartTime { get; }
var iReference = appointment.originalStartTime;
Public ReadOnly Property OriginalStartTime As Nullable(Of DateTimeOffset)
Property Value
The original starting time for a recurring appointment..
Windows requirements
App capabilities |
appointmentsSystem
|