biweekly.property
Class DateDue

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.DateOrDateTimeProperty
          extended by biweekly.property.DateDue

public class DateDue
extends DateOrDateTimeProperty

Defines the date that a to-do is due by.

Author:
Michael Angstadt
See Also:
RFC 5545 p.96-7

Field Summary
 
Fields inherited from class biweekly.property.DateOrDateTimeProperty
hasTime, value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
DateDue(Date dueDate)
          Creates a due date property.
DateDue(Date dueDate, boolean hasTime)
          Creates a due date property.
 
Method Summary
 
Methods inherited from class biweekly.property.DateOrDateTimeProperty
getTimezoneId, getValue, hasTime, setTimezone, setTimezoneId, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateDue

public DateDue(Date dueDate)
Creates a due date property.

Parameters:
dueDate - the due date

DateDue

public DateDue(Date dueDate,
               boolean hasTime)
Creates a due date property.

Parameters:
dueDate - the due date
hasTime - true to include the time component of the date, false not to


Copyright © 2013 Michael Angstadt. All Rights Reserved.