WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.InstanceStartDate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式應該顯示詳細資料的約會實例開始日期。
public:
property IReference<DateTime> ^ InstanceStartDate { IReference<DateTime> ^ get(); };
IReference<DateTime> InstanceStartDate();
public System.Nullable<System.DateTimeOffset> InstanceStartDate { get; }
var iReference = webUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.instanceStartDate;
Public ReadOnly Property InstanceStartDate As Nullable(Of DateTimeOffset)
屬性值
應用程式應該顯示詳細資料的約會實例開始日期。