Uses of Class
biweekly.property.marshaller.ICalPropertyMarshaller.DateWriter

Packages that use ICalPropertyMarshaller.DateWriter
biweekly.property.marshaller   
 

Uses of ICalPropertyMarshaller.DateWriter in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return ICalPropertyMarshaller.DateWriter
protected static ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.date(Date date)
          Formats a Date object as a string.
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.extended(boolean extended)
          Sets whether to use extended format or basic.
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.localTz(boolean localTz)
          Outputs the date in local time (without a timezone).
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.time(boolean hasTime)
          Sets whether to output the date's time component.
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.tz(boolean localTz, String timezoneId)
          Convenience method that combines localTz(boolean) and tzid(String) into one method.
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.tz(TimeZone timezone)
          Sets the timezone to format the date as.
 ICalPropertyMarshaller.DateWriter ICalPropertyMarshaller.DateWriter.tzid(String timezoneId)
          Sets the ID of the timezone to format the date as (TZID parameter value).
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.