RegionalSettings.Time24 property
Gets and sets whether to use a 24-hour time format in representing the hours of the day.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Time24 As Boolean
Get
Set
'Usage
Dim instance As RegionalSettings
Dim value As Boolean
value = instance.Time24
instance.Time24 = value
public bool Time24 { get; set; }
Property value
Type: System.Boolean
true if the hours of the day are represented in 24-hour format, otherwise false to display in 12 hour AM/PM format.