biweekly.property
Class Created

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Date>
          extended by biweekly.property.DateTimeProperty
              extended by biweekly.property.Created

public class Created
extends DateTimeProperty

Defines the date-time that the calendar information was initially created.

Examples:

 Date datetime = ...
 Created created = new Created(datetime);
 

Author:
Michael Angstadt
Specification Reference:
RFC 5545 p.136

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
Created(Date date)
          Creates a created 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

Created

public Created(Date date)
Creates a created property.

Parameters:
date - the creation date


Copyright © 2013 Michael Angstadt. All Rights Reserved.