biweekly.property
Class DateStart
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.DateOrDateTimeProperty
biweekly.property.DateStart
public class DateStart
- extends DateOrDateTimeProperty
Defines the date that an event, free/busy component, or timezone component
starts.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545 p.97-8
Constructor Summary |
DateStart(Date startDate)
Creates a start date property. |
DateStart(Date startDate,
boolean hasTime)
Creates a start date property. |
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 |
DateStart
public DateStart(Date startDate)
- Creates a start date property.
- Parameters:
startDate
- the start date
DateStart
public DateStart(Date startDate,
boolean hasTime)
- Creates a start date property.
- Parameters:
startDate
- the start datehasTime
- true to include the time component of the date, false not
to
Copyright © 2013 Michael Angstadt. All Rights Reserved.