DateTimeControl.UseTimeZoneAdjustment 属性
获取或设置一个值,指示是否对于夏时制自动调整控件中的时间值。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<BindableAttribute(True)> _
Public Property UseTimeZoneAdjustment As Boolean
Get
Set
用法
Dim instance As DateTimeControl
Dim value As Boolean
value = instance.UseTimeZoneAdjustment
instance.UseTimeZoneAdjustment = value
[BindableAttribute(true)]
public bool UseTimeZoneAdjustment { get; set; }
属性值
类型:System.Boolean
true如果时间值会自动调整夏令时 ; 对于否则为false。默认值为false。