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.