Class DateProperty

java.lang.Object
org.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.DateProperty
All Implemented Interfaces:
Property
Direct Known Subclasses:
CreationDateProperty, GetLastModifiedProperty, ModificationDateProperty

public abstract class DateProperty extends BaseProperty
Base for all properties that contain date values.
  • Constructor Details

  • Method Details

    • getDate

      public Date getDate()
      Returns the date value.