Share via


SaveAppointmentTask.EndTime Property

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

Syntax

'Declaration
Public Property EndTime As Nullable(Of DateTime)
public Nullable<DateTime> EndTime { get; set; }
public:
property Nullable<DateTime> EndTime {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
member EndTime : Nullable<DateTime> with get, set

Property Value

Type: System.Nullable<DateTime>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

SaveAppointmentTask Class

Microsoft.Phone.Tasks Namespace