biweekly.property
Class Created
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<Date>
biweekly.property.DateTimeProperty
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
Constructor Summary |
Created(Date date)
Creates a created property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Created
public Created(Date date)
- Creates a created property.
- Parameters:
date
- the creation date
Copyright © 2013 Michael Angstadt. All Rights Reserved.