Class ExDate

    • Constructor Detail

      • ExDate

        public ExDate()
        Default constructor.
      • ExDate

        public ExDate​(ParameterList aList,
                      String aValue)
               throws ParseException
        Parameters:
        aList - a list of parameters for this component
        aValue - a value string for this component
        Throws:
        ParseException - where the specified value string is not a valid date-time/date representation
      • ExDate

        public ExDate​(DateList dList)
        Parameters:
        dList - a list of dates
      • ExDate

        public ExDate​(ParameterList aList,
                      DateList dList)
        Parameters:
        aList - a list of parameters for this component
        dList - a list of dates