Class TimeZone
Inheritance
object
TimeZone
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class TimeZone
Constructors
TimeZone()
Declaration
public TimeZone()
Properties
Iana
Declaration
public IanaTimeZone Iana { get; set; }
Property Value
| Type | Description |
|---|---|
| IanaTimeZone |
Windows
Declaration
public WindowsTimeZone Windows { get; set; }
Property Value
| Type | Description |
|---|---|
| WindowsTimeZone |