Package com.zebra.rfid.api3
Class TimeZone
- java.lang.Object
-
- com.zebra.rfid.api3.TimeZone
-
public class TimeZone extends java.lang.ObjectThis 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 TimeZoneInfogetList()Gets the list of time zone available in the reader.voidsetActive(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:
InvalidUsageExceptionOperationFailureException
-
setActive
public void setActive(short timeZoneIndex) throws InvalidUsageException, OperationFailureExceptionThis function set the active time zone to be used by the reader- Parameters:
timeZoneIndex- time zone index to be used- Throws:
InvalidUsageExceptionOperationFailureException
-
-