Package org.robovm.apple.addressbook
Class ABPersonAlternateBirthday
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPersonAlternateBirthday
public class ABPersonAlternateBirthday extends CocoaUtility
-
Constructor Summary
Constructors Modifier Constructor Description ABPersonAlternateBirthday()protectedABPersonAlternateBirthday(CFDictionary data) -
Method Summary
Modifier and Type Method Description protected static CFStringCalendarIdentifierKey()Deprecated.Deprecated in iOS 9.0.protected static CFStringDayKey()Deprecated.Deprecated in iOS 9.0.protected static CFStringEraKey()Deprecated.Deprecated in iOS 9.0.NSCalendarIdentifiergetCalendarIdentifier()longgetDay()CFDictionarygetDictionary()longgetEra()longgetMonth()longgetYear()booleanisLeapMonth()protected static CFStringIsLeapMonthKey()Deprecated.Deprecated in iOS 9.0.protected static CFStringMonthKey()Deprecated.Deprecated in iOS 9.0.ABPersonAlternateBirthdaysetCalendarIdentifier(NSCalendarIdentifier identifier)ABPersonAlternateBirthdaysetDay(long day)ABPersonAlternateBirthdaysetEra(long era)ABPersonAlternateBirthdaysetLeapMonth(boolean leapMonth)ABPersonAlternateBirthdaysetMonth(long month)ABPersonAlternateBirthdaysetYear(long year)StringtoString()protected static CFStringYearKey()Deprecated.Deprecated in iOS 9.0.
-
Constructor Details
-
ABPersonAlternateBirthday
public ABPersonAlternateBirthday() -
ABPersonAlternateBirthday
-
-
Method Details
-
getDictionary
-
getCalendarIdentifier
- Since:
- Available in iOS 8.0 and later.
-
setCalendarIdentifier
- Since:
- Available in iOS 8.0 and later.
-
getEra
public long getEra()- Since:
- Available in iOS 8.0 and later.
-
setEra
- Since:
- Available in iOS 8.0 and later.
-
getYear
public long getYear()- Since:
- Available in iOS 8.0 and later.
-
setYear
- Since:
- Available in iOS 8.0 and later.
-
getMonth
public long getMonth()- Since:
- Available in iOS 8.0 and later.
-
setMonth
- Since:
- Available in iOS 8.0 and later.
-
isLeapMonth
public boolean isLeapMonth()- Since:
- Available in iOS 8.0 and later.
-
setLeapMonth
- Since:
- Available in iOS 8.0 and later.
-
getDay
public long getDay()- Since:
- Available in iOS 8.0 and later.
-
setDay
- Since:
- Available in iOS 8.0 and later.
-
CalendarIdentifierKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.calendar -
EraKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.era -
YearKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.year -
MonthKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.month -
IsLeapMonthKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.isLeapMonth -
DayKey
Deprecated.Deprecated in iOS 9.0. use NSDateComponents.day -
toString
-