Share via


IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.InstanceStartDate 속성

정의

앱에 세부 정보를 표시해야 하는 약속 instance 시작 날짜를 가져옵니다.

public:
 property IReference<DateTime> ^ InstanceStartDate { IReference<DateTime> ^ get(); };
IReference<DateTime> InstanceStartDate();
public System.Nullable<System.DateTimeOffset> InstanceStartDate { get; }
var iReference = iAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.instanceStartDate;
Public ReadOnly Property InstanceStartDate As Nullable(Of DateTimeOffset)

속성 값

약속의 시작 날짜는 앱에 세부 정보를 표시해야 하는 instance.

적용 대상