biweekly.property
Class DateTimeProperty

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Date>
          extended by biweekly.property.DateTimeProperty
Direct Known Subclasses:
Completed, Created, DateTimeStamp, LastModified

public class DateTimeProperty
extends ValuedProperty<Date>

Represents a property whose value is a date-time.

Author:
Michael Angstadt

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
DateTimeProperty(Date value)
          Creates a new property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeProperty

public DateTimeProperty(Date value)
Creates a new property.

Parameters:
value - the date


Copyright © 2013 Michael Angstadt. All Rights Reserved.