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 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