IAppointmentsProviderShowTimeFrameActivatedEventArgs
IAppointmentsProviderShowTimeFrameActivatedEventArgs
IAppointmentsProviderShowTimeFrameActivatedEventArgs
IAppointmentsProviderShowTimeFrameActivatedEventArgs
Interface
Definition
Provides data when an app is activated to show a specified time frame on the user’s calendar.
public : interface IAppointmentsProviderShowTimeFrameActivatedEventArgspublic interface IAppointmentsProviderShowTimeFrameActivatedEventArgsPublic Interface IAppointmentsProviderShowTimeFrameActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderShowTimeFrameActivatedEventArgsIAppointmentsProviderShowTimeFrameActivatedEventArgsIAppointmentsProviderShowTimeFrameActivatedEventArgsIAppointmentsProviderShowTimeFrameActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
Duration Duration Duration Duration
Gets the duration of the time frame to be shown.
public : TimeSpan Duration { get; }public TimeSpan Duration { get; }Public ReadOnly Property Duration As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The duration of the time frame.
TimeToShow TimeToShow TimeToShow TimeToShow
Gets the starting date and time of the time frame to be shown.
public : DateTime TimeToShow { get; }public DateTimeOffset TimeToShow { get; }Public ReadOnly Property TimeToShow As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The starting date and time of the time frame.