Class TimeZone
This class contains methods for getting or setting the reader's time zone
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: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class TimeZone
Methods
GetTimeZoneList(out Int32)
Gets the list of time zone available in the reader.
Declaration
public string[] GetTimeZoneList(out int activeTimeZoneIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | activeTimeZoneIndex | Active Time Zone Index |
Returns
| Type | Description |
|---|---|
| System.String[] | List of time zone names present in reader. |
SetActive(UInt16)
This function set the active time zone to be used by the reader.
Declaration
public void SetActive(ushort timeZoneIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | timeZoneIndex | time zone index to be used". |