biweekly.property
Class DateStart

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.DateOrDateTimeProperty
          extended by 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

Field Summary
 
Fields inherited from class biweekly.property.DateOrDateTimeProperty
hasTime, value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
DateStart(Date startDate)
          Creates a start date property.
DateStart(Date startDate, boolean hasTime)
          Creates a start date property.
 
Method Summary
 
Methods inherited from class biweekly.property.DateOrDateTimeProperty
getTimezoneId, getValue, hasTime, setTimezone, setTimezoneId, setValue, validate
 
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
 

Constructor Detail

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 date
hasTime - true to include the time component of the date, false not to


Copyright © 2013 Michael Angstadt. All Rights Reserved.