Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.