DateTimeControl.UseTimeZoneAdjustment property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property UseTimeZoneAdjustment As Boolean
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As Boolean
value = instance.UseTimeZoneAdjustment
instance.UseTimeZoneAdjustment = value
[BindableAttribute(true)]
public bool UseTimeZoneAdjustment { get; set; }
Property value
Type: System.Boolean