RegionalSettings.Time24 屬性
取得及設定是否要使用 24 小時的時間格式中表示一天的時間。
命名空間: 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如果一天的時間表示 24 小時制的格式,否則false顯示 12 小時 am/PM 格式。