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)

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

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace