Package de.aeb.xnsg.ftmc.bf
Class FTMCTimestampDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCTimestampDTO
Contains a time stamp as string including the time zone the strings belongs
to.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timestamp
The string representation of a date. The following format should be used: yyyy-MM-dd HH:mm:ss
length=19
-
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()
-