SPCalendarBase.Time24 Property
Gets or sets the Boolean value that indicates whether the 24-hour time format should be used.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property Time24 As Boolean
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As Boolean
value = instance.Time24
instance.Time24 = value
[BindableAttribute(true)]
public bool Time24 { get; set; }
Property Value
Type: System.Boolean