Uses of Class
biweekly.property.DateTimeStamp

Packages that use DateTimeStamp
biweekly.component   
biweekly.property.marshaller   
 

Uses of DateTimeStamp in biweekly.component
 

Methods in biweekly.component that return DateTimeStamp
 DateTimeStamp VTodo.getDateTimeStamp()
          Gets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the to-do was last modified (the LastModified property also holds this information).
 DateTimeStamp VJournal.getDateTimeStamp()
          Gets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the journal entry was last modified (the LastModified property also holds this information).
 DateTimeStamp VFreeBusy.getDateTimeStamp()
          Gets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the free/busy entry was last modified (the LastModified property also holds this information).
 DateTimeStamp VEvent.getDateTimeStamp()
          Gets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the event was last modified (the LastModified property also holds this information).
 DateTimeStamp VTodo.setDateTimeStamp(Date dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the to-do was last modified (the LastModified property also holds this information).
 DateTimeStamp VJournal.setDateTimeStamp(Date dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the journal entry was last modified (the LastModified property also holds this information).
 DateTimeStamp VFreeBusy.setDateTimeStamp(Date dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the free/busy entry was last modified (the LastModified property also holds this information).
 DateTimeStamp VEvent.setDateTimeStamp(Date dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the event was last modified (the LastModified property also holds this information).
 

Methods in biweekly.component with parameters of type DateTimeStamp
 void VTodo.setDateTimeStamp(DateTimeStamp dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the to-do was last modified (the LastModified property also holds this information).
 void VJournal.setDateTimeStamp(DateTimeStamp dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the journal entry was last modified (the LastModified property also holds this information).
 void VFreeBusy.setDateTimeStamp(DateTimeStamp dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the free/busy entry was last modified (the LastModified property also holds this information).
 void VEvent.setDateTimeStamp(DateTimeStamp dateTimeStamp)
          Sets either (a) the creation date of the iCalendar object (if the Method property is defined) or (b) the date that the event was last modified (the LastModified property also holds this information).
 

Uses of DateTimeStamp in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return DateTimeStamp
protected  DateTimeStamp DateTimeStampMarshaller.newInstance(Date date)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.