Share via


SPDatePickerControl.TimeZone Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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