Class NSCalendarDate


  • public class NSCalendarDate
    extends NSDate
    • Constructor Detail

      • NSCalendarDate

        public NSCalendarDate()
      • NSCalendarDate

        public NSCalendarDate​(long id)
      • NSCalendarDate

        public NSCalendarDate​(id id)
    • Method Detail

      • dateWithYear

        public static NSCalendarDate dateWithYear​(long year,
                                                  long month,
                                                  long day,
                                                  long hour,
                                                  long minute,
                                                  long second,
                                                  NSTimeZone aTimeZone)
      • dayOfMonth

        public long dayOfMonth()
      • hourOfDay

        public long hourOfDay()
      • minuteOfHour

        public long minuteOfHour()
      • monthOfYear

        public long monthOfYear()
      • secondOfMinute

        public long secondOfMinute()
      • yearOfCommonEra

        public long yearOfCommonEra()
      • dateWithTimeIntervalSinceNow

        public static NSCalendarDate dateWithTimeIntervalSinceNow​(double secs)
      • distantFuture

        public static NSDate distantFuture()