TimeZoneCollection constructor

Initializes a new instance of the TimeZoneCollection class.

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

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New TimeZoneCollection(context, _
    objectPath)
public TimeZoneCollection(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Parameters

See also

Reference

TimeZoneCollection class

TimeZoneCollection members

Microsoft.SharePoint.Client namespace