WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.InstanceStartDate 屬性

定義

取得應用程式應該顯示詳細資料的約會實例開始日期。

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)

屬性值

應用程式應該顯示詳細資料的約會實例開始日期。

實作

適用於