Module com.machinezoo.fingerprintio
Class Iso19794p1v2011DateTime
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p1v2011.Iso19794p1v2011DateTime
-
-
Constructor Summary
Constructors Constructor Description Iso19794p1v2011DateTime()
Creates new capture date and time (DATETIME).
-
-
-
Field Detail
-
year
public int year
Year (YEAR). Defaults ot 0xffff (not provided).
-
month
public int month
Month (MONTH). Defaults ot 0xff (not provided).
-
day
public int day
Day of month (DAY). Defaults ot 0xff (not provided).
-
hour
public int hour
Hour (HOUR). Defaults ot 0xff (not provided).
-
minute
public int minute
Minute (MINUTE). Defaults ot 0xff (not provided).
-
second
public int second
Second (SECOND). Defaults ot 0xff (not provided).
-
millisecond
public int millisecond
Millisecond (MILLISECOND). Defaults ot 0xffff (not provided).
-
-
Constructor Detail
-
Iso19794p1v2011DateTime
public Iso19794p1v2011DateTime()
Creates new capture date and time (DATETIME).
-
-