Class DateAndZoneDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.DateAndZoneDTO

public class DateAndZoneDTO extends Object
Date and timezone.
  • Field Details

    • dateInTimezone

      public String dateInTimezone

      String representation of the date/time stamp in the format yyyy-MM-dd HH:mm:ss

      Length: 19

    • timezone

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