Package com.zebra.rfid.api3
Class TimeZone
- java.lang.Object
-
- com.zebra.rfid.api3.TimeZone
-
public class TimeZone extends java.lang.Object
This class contains methods for getting or setting the reader's time zone
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeZoneInfo
getList()
Gets the list of time zone available in the reader.void
setActive(short timeZoneIndex)
This function set the active time zone to be used by the reader
-
-
-
Method Detail
-
getList
public TimeZoneInfo getList() throws InvalidUsageException, OperationFailureException
Gets the list of time zone available in the reader.- Returns:
- List of time zone names present in reader
- Throws:
InvalidUsageException
OperationFailureException
-
setActive
public void setActive(short timeZoneIndex) throws InvalidUsageException, OperationFailureException
This function set the active time zone to be used by the reader- Parameters:
timeZoneIndex
- time zone index to be used- Throws:
InvalidUsageException
OperationFailureException
-
-