Package com.zebra.rfid.api3
Class UTCTime
- java.lang.Object
-
- com.zebra.rfid.api3.UTCTime
-
public class UTCTime extends java.lang.ObjectThis class represents UTC Time. It includes both First and last seen time stamp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SYSTEMTIMEgetFirstSeenTimeStamp()Gets the First Seen UTC time stamp in Date time formatSYSTEMTIMEgetLastSeenTimeStamp()Gets the last seen UTC time stamp in date time formatvoidsetFirstSeenTimeStamp(short year, short month, short day, short dayOfWeek, short hour, short minute, short second, short milliseconds)voidsetFirstSeenTimeStamp(SYSTEMTIME m_FirstSeenTimeStamp)voidsetLastSeenTimeStamp(short year, short month, short day, short dayOfWeek, short hour, short minute, short second, short milliseconds)voidsetLastSeenTimeStamp(SYSTEMTIME m_LastSeenTimeStamp)
-
-
-
Method Detail
-
setFirstSeenTimeStamp
public void setFirstSeenTimeStamp(short year, short month, short day, short dayOfWeek, short hour, short minute, short second, short milliseconds)
-
setLastSeenTimeStamp
public void setLastSeenTimeStamp(short year, short month, short day, short dayOfWeek, short hour, short minute, short second, short milliseconds)
-
getFirstSeenTimeStamp
public SYSTEMTIME getFirstSeenTimeStamp()
Gets the First Seen UTC time stamp in Date time format
-
setFirstSeenTimeStamp
public void setFirstSeenTimeStamp(SYSTEMTIME m_FirstSeenTimeStamp)
-
getLastSeenTimeStamp
public SYSTEMTIME getLastSeenTimeStamp()
Gets the last seen UTC time stamp in date time format
-
setLastSeenTimeStamp
public void setLastSeenTimeStamp(SYSTEMTIME m_LastSeenTimeStamp)
-
-