Share via


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

See Also

Reference

SPCalendarBase Class

SPCalendarBase Members

Microsoft.SharePoint.WebControls Namespace