Class CFCalendar

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFCalendar
    extends CFType
    • Constructor Detail

      • CFCalendar

        protected CFCalendar()
    • Method Detail

      • getStartTimeOfUnit

        public double getStartTimeOfUnit​(CFCalendarUnit unit,
                                         double at)
        Since:
        Available in iOS 2.0 and later.
      • getDurationOfUnit

        public double getDurationOfUnit​(CFCalendarUnit unit,
                                        double at)
        Since:
        Available in iOS 2.0 and later.
      • getClassTypeID

        public static long getClassTypeID()
      • getCurrent

        public static CFCalendar getCurrent()
      • getLocale

        public CFLocale getLocale()
      • setLocale

        public void setLocale​(CFLocale locale)
      • setTimeZone

        public void setTimeZone​(CFTimeZone tz)
      • getFirstWeekday

        public long getFirstWeekday()
      • setFirstWeekday

        public void setFirstWeekday​(long wkdy)
      • getMinimumDaysInFirstWeek

        public long getMinimumDaysInFirstWeek()
      • setMinimumDaysInFirstWeek

        public void setMinimumDaysInFirstWeek​(long mwd)