Class TimeZone
Inheritance
System.Object
TimeZone
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class 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 |