Class ABPersonAlternateBirthday


  • public class ABPersonAlternateBirthday
    extends CocoaUtility
    • Constructor Detail

      • ABPersonAlternateBirthday

        public ABPersonAlternateBirthday()
      • ABPersonAlternateBirthday

        protected ABPersonAlternateBirthday​(CFDictionary data)
    • Method Detail

      • getCalendarIdentifier

        public NSCalendarIdentifier getCalendarIdentifier()
        Since:
        Available in iOS 8.0 and later.
      • getEra

        public long getEra()
        Since:
        Available in iOS 8.0 and later.
      • getYear

        public long getYear()
        Since:
        Available in iOS 8.0 and later.
      • getMonth

        public long getMonth()
        Since:
        Available in iOS 8.0 and later.
      • isLeapMonth

        public boolean isLeapMonth()
        Since:
        Available in iOS 8.0 and later.
      • getDay

        public long getDay()
        Since:
        Available in iOS 8.0 and later.
      • CalendarIdentifierKey

        @Deprecated
        protected static CFString CalendarIdentifierKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.calendar
        Since:
        Available in iOS 2.0 and later.
      • EraKey

        @Deprecated
        protected static CFString EraKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.era
        Since:
        Available in iOS 2.0 and later.
      • YearKey

        @Deprecated
        protected static CFString YearKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.year
        Since:
        Available in iOS 2.0 and later.
      • MonthKey

        @Deprecated
        protected static CFString MonthKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.month
        Since:
        Available in iOS 2.0 and later.
      • IsLeapMonthKey

        @Deprecated
        protected static CFString IsLeapMonthKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.isLeapMonth
        Since:
        Available in iOS 2.0 and later.
      • DayKey

        @Deprecated
        protected static CFString DayKey()
        Deprecated.
        Deprecated in iOS 9.0. use NSDateComponents.day
        Since:
        Available in iOS 2.0 and later.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object