SaveAppointmentTask.StartTime Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the start time that will be set for the new appointment when the Calendar application is launched.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property StartTime As Nullable(Of DateTime)
public Nullable<DateTime> StartTime { get; set; }

Property Value

Type: System..::.Nullable<(Of <(DateTime>)>)
The start time for the new appointment.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

SaveAppointmentTask Class

Microsoft.Phone.Tasks Namespace

Other Resources

Launchers and Choosers for Windows Phone 8

How to use the save appointment task for Windows Phone 8