| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PartialDate | |
|---|---|
| ezvcard.io.scribe | |
| ezvcard.property | |
| ezvcard.util | |
| Uses of PartialDate in ezvcard.io.scribe | 
|---|
| Methods in ezvcard.io.scribe with parameters of type PartialDate | |
|---|---|
protected  Deathdate | 
DeathdateScribe.newInstance(PartialDate partialDate)
 | 
protected abstract  T | 
DateOrTimePropertyScribe.newInstance(PartialDate partialDate)
 | 
protected  Birthday | 
BirthdayScribe.newInstance(PartialDate partialDate)
 | 
protected  Anniversary | 
AnniversaryScribe.newInstance(PartialDate partialDate)
 | 
| Uses of PartialDate in ezvcard.property | 
|---|
| Methods in ezvcard.property that return PartialDate | |
|---|---|
 PartialDate | 
DateOrTimeProperty.getPartialDate()
Gets the reduced accuracy or truncated date.  | 
| Methods in ezvcard.property with parameters of type PartialDate | |
|---|---|
 void | 
DateOrTimeProperty.setPartialDate(PartialDate partialDate)
Sets the value of this property to a reduced accuracy or truncated date.  | 
| Constructors in ezvcard.property with parameters of type PartialDate | |
|---|---|
Anniversary(PartialDate partialDate)
Creates an anniversary property.  | 
|
Birthday(PartialDate partialDate)
Creates a birthday property.  | 
|
DateOrTimeProperty(PartialDate partialDate)
Creates a date-and-or-time property.  | 
|
Deathdate(PartialDate partialDate)
Creates a deathdate property.  | 
|
| Uses of PartialDate in ezvcard.util | 
|---|
| Methods in ezvcard.util that return PartialDate | |
|---|---|
static PartialDate | 
PartialDate.date(Integer year,
         Integer month,
         Integer date)
Creates a partial date containing only date components.  | 
static PartialDate | 
PartialDate.dateTime(Integer year,
                 Integer month,
                 Integer date,
                 Integer hour,
                 Integer minute,
                 Integer second)
Creates a partial date containing date and time components, without a timezone.  | 
static PartialDate | 
PartialDate.dateTime(Integer year,
                 Integer month,
                 Integer date,
                 Integer hour,
                 Integer minute,
                 Integer second,
                 UtcOffset offset)
Creates a partial date containing date and time components.  | 
static PartialDate | 
PartialDate.time(Integer hour,
         Integer minute,
         Integer second)
Creates a partial date containing only time components.  | 
static PartialDate | 
PartialDate.time(Integer hour,
         Integer minute,
         Integer second,
         UtcOffset offset)
Creates a partial date containing only time components.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||