SharePointTimeZone Class
Obsolete. Use the SharePointTimeZone class instead.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Utilities.SharePointTimeZone
Microsoft.SharePoint.Portal.Infrastructure.SharePointTimeZone
Namespace: Microsoft.SharePoint.Portal.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SharePointTimeZone _
Inherits SharePointTimeZone
'Usage
Dim instance As SharePointTimeZone
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SharePointTimeZone : SharePointTimeZone
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.