SPMobileDateTimeField.AllDayEvent Property
Gets a value that indicats whether the current list item refers to an all-day event.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property AllDayEvent As Boolean
Get
'Usage
Dim value As Boolean
value = Me.AllDayEvent
protected virtual bool AllDayEvent { get; }
Property Value
Type: System.Boolean
true if the current list item represents an all day event; otherwise, false.