Class FTMCTimestampDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCTimestampDTO

public class FTMCTimestampDTO extends Object
Contains a time stamp as string including the time zone the strings belongs to.
  • Field Details

    • timestamp

      public String timestamp

      The string representation of a date. The following format should be used: yyyy-MM-dd HH:mm:ss

      length=19

    • timeZone

      public String timeZone
      The timezone to interpret the field dateInTimezone. Valid timezone's are e.g. "GMT+01:00" or "GMT-02:00"

      length=10

  • Constructor Details

    • FTMCTimestampDTO

      public FTMCTimestampDTO()