Show / Hide Table of Contents

Class Country_TimeZone

Inheritance
System.Object
Country_TimeZone
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport.Countries
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_TimeZone

Properties

abbreviation

Declaration
public string abbreviation { get; set; }
Property Value
Type Description
System.String

gmtOffset

Declaration
public int gmtOffset { get; set; }
Property Value
Type Description
System.Int32

gmtOffsetName

Declaration
public string gmtOffsetName { get; set; }
Property Value
Type Description
System.String

tzName

Declaration
public string tzName { get; set; }
Property Value
Type Description
System.String

zoneName

Declaration
public string zoneName { get; set; }
Property Value
Type Description
System.String

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX