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