SaveAppointmentTask.IsAllDayEvent Property

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

Syntax

'Declaration
Public Property IsAllDayEvent As Boolean
public bool IsAllDayEvent { get; set; }
public:
property bool IsAllDayEvent {
    bool get ();
    void set (bool value);
}
member IsAllDayEvent : bool with get, set

Property Value

Type: System.Boolean

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