Show / Hide Table of Contents

Class TimeZoneHelper

Inheritance
object
TimeZoneHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Timing
Assembly: Volo.Abp.Timing.dll
Syntax
public static class TimeZoneHelper

Methods

GetTimezoneOffset(TimeZoneInfo)

Declaration
public static string GetTimezoneOffset(TimeZoneInfo timeZoneInfo)
Parameters
Type Name Description
TimeZoneInfo timeZoneInfo
Returns
Type Description
string

GetTimezones(List<NameValue>)

Declaration
public static List<NameValue> GetTimezones(List<NameValue> timezones)
Parameters
Type Name Description
List<NameValue> timezones
Returns
Type Description
List<NameValue>
In this article
Back to top Powered by ABP.IO Platform