Свойство RegionalSettings.Time24
Gets and sets whether to use a 24-hour time format in representing the hours of the day.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property Time24 As Boolean
Get
Set
'Применение
Dim instance As RegionalSettings
Dim value As Boolean
value = instance.Time24
instance.Time24 = value
public bool Time24 { get; set; }
Значение свойства
Тип: 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.