SPTimeZoneCollection class
SharePoint 2013
Represents a collection of SPTimeZone objects.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPTimeZoneCollection
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPTimeZoneCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Use the TimeZones property of either the SPRegionalSettings or SPGlobalAdmin class to return the collection of time zones used in the site or in the deployment of SharePoint Foundation. Use an indexer to return a single time zone from the collection. For example, if the collection is assigned to a variable named myTimeZone, use myTimeZone[index] in Microsoft Visual C#, or myTimeZone(index) in Microsoft Visual Basic, where index is the index number of the time zone in the collection.
Show: