Package de.pco.sdk
Class Timestamp
java.lang.Object
de.pco.sdk.Timestamp
public class Timestamp extends Object
Wrapper class that corresponds to the PCO_TIMESTAMP_STRUCT.
- Author:
- PCO
-
Field Summary
Fields Modifier and Type Field Description intdayinthourlongimgCounterlongmicrosecondsintminuteintmonthintsecondintyear -
Constructor Summary
Constructors Constructor Description Timestamp() -
Method Summary
-
Field Details
-
imgCounter
public long imgCounter -
year
public int year -
month
public int month -
day
public int day -
hour
public int hour -
minute
public int minute -
second
public int second -
microseconds
public long microseconds
-
-
Constructor Details
-
Timestamp
public Timestamp()
-
-
Method Details