SPDatePickerControl.TimeZone property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property TimeZone As TimeSpan
    Get
    Set
'Usage
Dim instance As SPDatePickerControl
Dim value As TimeSpan

value = instance.TimeZone

instance.TimeZone = value
[BindableAttribute(true)]
public TimeSpan TimeZone { get; set; }

Property value

Type: System.TimeSpan

See also

Reference

SPDatePickerControl class

SPDatePickerControl members

Microsoft.SharePoint.WebControls namespace