TimeZones Class

Contains methods for retrieving time zone information.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.UtilityTimeZones

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract class TimeZones

The TimeZones type exposes the following members.

Methods
  NameDescription
Public methodSiteTimeZone
Retrieves the time zone for the CMS site.
Public methodTimeZone(Int32)
Retrieves time zone information given a time zone ID.
Public methodTimeZone(String)
Retrieves time zone information given a time zone name.
Public methodTimeZones
Retrieves a list of time zones stored in the system.
Public methodUserTimeZone
Retrieves the time zone for the current user.