Uses of Class
ezvcard.io.scribe.VCardPropertyScribe.DateWriter

Packages that use VCardPropertyScribe.DateWriter
ezvcard.io.scribe   
 

Uses of VCardPropertyScribe.DateWriter in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return VCardPropertyScribe.DateWriter
protected static VCardPropertyScribe.DateWriter VCardPropertyScribe.date(Date date)
          Formats a Date object as a string.
 VCardPropertyScribe.DateWriter VCardPropertyScribe.DateWriter.extended(boolean extended)
          Sets whether to use extended format or basic.
 VCardPropertyScribe.DateWriter VCardPropertyScribe.DateWriter.time(boolean hasTime)
          Sets whether to output the date's time component.
 VCardPropertyScribe.DateWriter VCardPropertyScribe.DateWriter.utc(boolean utc)
          Sets whether to format the date in UTC time, or to include a UTC offset.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.