Module ical4j.core

Class Acknowledged

All Implemented Interfaces:
Serializable, Comparable<Property>, FluentProperty, UtcProperty, Prototype<Property>

public class Acknowledged extends DateProperty<Instant> implements UtcProperty
See Also:
  • Constructor Details

    • Acknowledged

      public Acknowledged()
    • Acknowledged

      public Acknowledged(String aValue)
      Parameters:
      aValue - a string representation of a DTSTAMP value
    • Acknowledged

      public Acknowledged(ParameterList aList, String aValue)
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
    • Acknowledged

      public Acknowledged(Instant aDate)
      Parameters:
      aDate - a date representing a date-time
    • Acknowledged

      public Acknowledged(ParameterList aList, Instant aDate)
      Parameters:
      aList - a list of parameters for this component
      aDate - a date representing a date-time
  • Method Details