Package de.aeb.xnsg.foundation.bf
Class DateAndZoneDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.DateAndZoneDTO
Date and timezone.
-
Field Summary
FieldsModifier and TypeFieldDescriptionString representation of the date/time stamp in the format yyyy-MM-dd HH:mm:ssTime zone of the time stamp. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dateInTimezone
String representation of the date/time stamp in the format yyyy-MM-dd HH:mm:ss
Length: 19
-
timezone
Time zone of the time stamp.
Examples of valid time zones: "GMT+01:00" or "GMT-02:00".
Maximum length: 50
-
-
Constructor Details
-
DateAndZoneDTO
public DateAndZoneDTO()
-
-
Method Details