Class GregorianCalendarAsDateDatatype

All Implemented Interfaces:
Comparable<Datatype>, Datatype, ValueDatatype

public class GregorianCalendarAsDateDatatype extends GregorianCalendarDatatype
A datatype using the GregorianCalendar class to represent dates without any information about the time.
Author:
Jan Ortmann
  • Constructor Details

    • GregorianCalendarAsDateDatatype

      public GregorianCalendarAsDateDatatype()
      Constructs a new instance with the name "GregorianCalendar".
    • GregorianCalendarAsDateDatatype

      public GregorianCalendarAsDateDatatype(String name)
      Constructs a new instance with the given name.