Class CreateTimeZoneSetup
Inheritance
System.Object
CreateTimeZoneSetup
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: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateTimeZoneSetup
Constructors
CreateTimeZoneSetup(String, String, String)
Declaration
[ConstructorIndex(0)]
public CreateTimeZoneSetup(string timeZone, string fullName, string country)
Parameters
Type | Name | Description |
---|---|---|
System.String | timeZone | |
System.String | fullName | |
System.String | country |
Properties
Country
Declaration
[PropertyBitValue(4)]
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Declaration
[PropertyBitValue(2)]
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GMTDifference
Declaration
[PropertyBitValue(8)]
public int GMTDifference { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeZone
Declaration
[PropertyBitValue(1)]
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |