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