SPTimeZoneCollection 类
代表SPTimeZone对象的集合。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPTimeZoneCollection
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Class SPTimeZoneCollection _
Inherits SPBaseCollection
用法
Dim instance As SPTimeZoneCollection
public class SPTimeZoneCollection : SPBaseCollection
备注
使用SPRegionalSettings或SPGlobalAdmin类的TimeZones属性可返回在站点或SharePoint Foundation部署中使用的时区的集合。使用索引器从集合中返回单个所在的时区。例如,如果集合分配给名为myTimeZone的变量中,使用myTimeZone[index]在 Microsoft Visual C# 或myTimeZone(index)在 Microsoft Visual Basic 中,其中index是时区集合中的索引号。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。