Uses of Class
org.robovm.apple.foundation.NSDateComponents
-
Uses of NSDateComponents in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return NSDateComponents Modifier and Type Method Description NSDateComponentsCNContact. getBirthday()NSDateComponentsCNMutableContact. getBirthday()NSDateComponentsCNContact. getNonGregorianBirthday()NSDateComponentsCNMutableContact. getNonGregorianBirthday()Methods in org.robovm.apple.contacts that return types with arguments of type NSDateComponents Modifier and Type Method Description NSArray<CNLabeledValue<NSDateComponents>>CNContact. getDates()NSArray<CNLabeledValue<NSDateComponents>>CNMutableContact. getDates()Methods in org.robovm.apple.contacts with parameters of type NSDateComponents Modifier and Type Method Description voidCNMutableContact. setBirthday(NSDateComponents v)voidCNMutableContact. setNonGregorianBirthday(NSDateComponents v)Method parameters in org.robovm.apple.contacts with type arguments of type NSDateComponents Modifier and Type Method Description voidCNMutableContact. setDates(NSArray<CNLabeledValue<NSDateComponents>> v) -
Uses of NSDateComponents in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return NSDateComponents Modifier and Type Method Description NSDateComponentsEKReminder. getDueDateComponents()NSDateComponentsEKReminder. getStartDateComponents()Methods in org.robovm.apple.eventkit with parameters of type NSDateComponents Modifier and Type Method Description voidEKReminder. setDueDateComponents(NSDateComponents v)voidEKReminder. setStartDateComponents(NSDateComponents v) -
Uses of NSDateComponents in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSDateComponents Modifier and Type Method Description NSDateComponentsNSCalendar. getComponents(NSCalendarUnit unitFlags, NSDate date)NSDateComponentsNSCalendar. getComponents(NSCalendarUnit unitFlags, NSDate startingDate, NSDate resultDate, NSCalendarOptions opts)Methods in org.robovm.apple.foundation with parameters of type NSDateComponents Modifier and Type Method Description StringNSDateComponentsFormatter. format(NSDateComponents components)StringNSRelativeDateTimeFormatter. localizedStringFromDateComponents(NSDateComponents dateComponents)NSDateNSCalendar. newDateByAddingComponents(NSDateComponents comps, NSDate date, NSCalendarOptions opts)NSDateNSCalendar. newDateFromComponents(NSDateComponents comps) -
Uses of NSDateComponents in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSDateComponents Modifier and Type Method Description NSDateComponentsHKActivitySummary. dateComponentsForCalendar(NSCalendar calendar)NSDateComponentsHKHealthStore. getDateOfBirthComponents()NSDateComponentsHKVerifiableClinicalRecordSubject. getDateOfBirthComponents()NSDateComponentsHKStatisticsCollectionQuery. getIntervalComponents()Methods in org.robovm.apple.healthkit with parameters of type NSDateComponents Modifier and Type Method Description static NSPredicateHKQuery. createPredicateForActivitySummariesBetweenDates(NSDateComponents startDateComponents, NSDateComponents endDateComponents)static NSPredicateHKQuery. createPredicateForActivitySummary(NSDateComponents dateComponents)protected longHKStatisticsCollectionQuery. init(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, NSDate anchorDate, NSDateComponents intervalComponents)Constructors in org.robovm.apple.healthkit with parameters of type NSDateComponents Constructor Description HKStatisticsCollectionQuery(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, NSDate anchorDate, NSDateComponents intervalComponents) -
Uses of NSDateComponents in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return NSDateComponents Modifier and Type Method Description NSDateComponentsHMCalendarEvent. getFireDateComponents()NSDateComponentsHMMutableCalendarEvent. getFireDateComponents()NSDateComponentsHMMutableSignificantTimeEvent. getOffset()NSDateComponentsHMSignificantTimeEvent. getOffset()NSDateComponentsHMTimerTrigger. getRecurrence()Methods in org.robovm.apple.homekit that return types with arguments of type NSDateComponents Modifier and Type Method Description NSArray<NSDateComponents>HMEventTrigger. getRecurrences()Methods in org.robovm.apple.homekit with parameters of type NSDateComponents Modifier and Type Method Description static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringAfterDate(NSDateComponents dateComponents)static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringAfterSignificantEvent(HMSignificantEvent significantEvent, NSDateComponents offset)Deprecated.Deprecated in iOS 11.0.static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringBeforeDate(NSDateComponents dateComponents)static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringBeforeSignificantEvent(HMSignificantEvent significantEvent, NSDateComponents offset)Deprecated.Deprecated in iOS 11.0.static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringBetweenDate(NSDateComponents firstDateComponents, NSDateComponents secondDateWithComponents)static NSPredicateHMEventTrigger. getPredicateForEvaluatingTriggerOccurringOnDate(NSDateComponents dateComponents)protected longHMCalendarEvent. init(NSDateComponents fireDateComponents)protected longHMSignificantTimeEvent. init(String significantEvent, NSDateComponents offset)protected longHMTimerTrigger. init(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar)voidHMMutableCalendarEvent. setFireDateComponents(NSDateComponents v)voidHMMutableSignificantTimeEvent. setOffset(NSDateComponents v)voidHMTimerTrigger. updateRecurrence(NSDateComponents recurrence, VoidBlock1<NSError> completion)Method parameters in org.robovm.apple.homekit with type arguments of type NSDateComponents Modifier and Type Method Description voidHMEventTrigger. updateRecurrences(NSArray<NSDateComponents> recurrences, VoidBlock1<NSError> completion)Constructors in org.robovm.apple.homekit with parameters of type NSDateComponents Constructor Description HMCalendarEvent(NSDateComponents fireDateComponents)HMMutableCalendarEvent(NSDateComponents fireDateComponents)HMMutableSignificantTimeEvent(String significantEvent, NSDateComponents offset)HMSignificantTimeEvent(String significantEvent, NSDateComponents offset)HMTimerTrigger(String name, NSDate fireDate, NSTimeZone timeZone, NSDateComponents recurrence, NSCalendar recurrenceCalendar) -
Uses of NSDateComponents in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return NSDateComponents Modifier and Type Method Description NSDateComponentsINBookRestaurantReservationIntent. getBookingDateComponents()NSDateComponentsINCancelRideIntentResponse. getCancellationFeeThreshold()NSDateComponentsINNote. getCreatedDateComponents()NSDateComponentsINTask. getCreatedDateComponents()NSDateComponentsINTaskList. getCreatedDateComponents()NSDateComponentsINGetCarPowerLevelStatusIntentResponse. getDateOfLastStateUpdate()NSDateComponentsINBillDetails. getDueDate()Deprecated.NSDateComponentsINDateComponentsRange. getEndDateComponents()NSDateComponentsINNote. getModifiedDateComponents()NSDateComponentsINTask. getModifiedDateComponents()NSDateComponentsINTaskList. getModifiedDateComponents()NSDateComponentsINBillDetails. getPaymentDate()Deprecated.NSDateComponentsINGetAvailableRestaurantReservationBookingsIntent. getPreferredBookingDateComponents()NSDateComponentsINDateComponentsRange. getStartDateComponents()Methods in org.robovm.apple.intents with parameters of type NSDateComponents Modifier and Type Method Description static INDateComponentsResolutionResultINDateComponentsResolutionResult. confirmationRequired(NSDateComponents dateComponentsToConfirm)protected longINBillDetails. init(INBillType billType, INPaymentStatus paymentStatus, INBillPayee billPayee, INCurrencyAmount amountDue, INCurrencyAmount minimumDue, INCurrencyAmount lateFee, NSDateComponents dueDate, NSDateComponents paymentDate)Deprecated.protected longINBookRestaurantReservationIntent. init(INRestaurant restaurant, NSDateComponents bookingDateComponents, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantOffer selectedOffer, String guestProvidedSpecialRequestText)protected longINDateComponentsRange. init(NSDateComponents startDateComponents, NSDateComponents endDateComponents)protected longINDateComponentsRange. init(NSDateComponents startDateComponents, NSDateComponents endDateComponents, INRecurrenceRule recurrenceRule)protected longINGetAvailableRestaurantReservationBookingsIntent. init(INRestaurant restaurant, long partySize, NSDateComponents preferredBookingDateComponents, NSNumber maximumNumberOfResults, NSDate earliestBookingDateForResults, NSDate latestBookingDateForResults)protected longINNote. init(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)protected longINTask. init(INSpeakableString title, INTaskStatus status, INTaskType taskType, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)protected longINTask. init(INSpeakableString title, INTaskStatus status, INTaskType taskType, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier, INTaskPriority priority)protected longINTaskList. init(INSpeakableString title, NSArray<INTask> tasks, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)voidINBookRestaurantReservationIntent. setBookingDateComponents(NSDateComponents v)voidINCancelRideIntentResponse. setCancellationFeeThreshold(NSDateComponents v)voidINGetCarPowerLevelStatusIntentResponse. setDateOfLastStateUpdate(NSDateComponents v)voidINBillDetails. setDueDate(NSDateComponents v)Deprecated.voidINBillDetails. setPaymentDate(NSDateComponents v)Deprecated.voidINGetAvailableRestaurantReservationBookingsIntent. setPreferredBookingDateComponents(NSDateComponents v)static INDateComponentsResolutionResultINDateComponentsResolutionResult. success(NSDateComponents resolvedDateComponents)Method parameters in org.robovm.apple.intents with type arguments of type NSDateComponents Modifier and Type Method Description static INDateComponentsResolutionResultINDateComponentsResolutionResult. disambiguation(NSArray<NSDateComponents> dateComponentsToDisambiguate)Constructors in org.robovm.apple.intents with parameters of type NSDateComponents Constructor Description INBillDetails(INBillType billType, INPaymentStatus paymentStatus, INBillPayee billPayee, INCurrencyAmount amountDue, INCurrencyAmount minimumDue, INCurrencyAmount lateFee, NSDateComponents dueDate, NSDateComponents paymentDate)Deprecated.INBookRestaurantReservationIntent(INRestaurant restaurant, NSDateComponents bookingDateComponents, long partySize, String bookingIdentifier, INRestaurantGuest guest, INRestaurantOffer selectedOffer, String guestProvidedSpecialRequestText)INDateComponentsRange(NSDateComponents startDateComponents, NSDateComponents endDateComponents)INDateComponentsRange(NSDateComponents startDateComponents, NSDateComponents endDateComponents, INRecurrenceRule recurrenceRule)INGetAvailableRestaurantReservationBookingsIntent(INRestaurant restaurant, long partySize, NSDateComponents preferredBookingDateComponents, NSNumber maximumNumberOfResults, NSDate earliestBookingDateForResults, NSDate latestBookingDateForResults)INNote(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)INTask(INSpeakableString title, INTaskStatus status, INTaskType taskType, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)INTask(INSpeakableString title, INTaskStatus status, INTaskType taskType, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier, INTaskPriority priority)INTaskList(INSpeakableString title, NSArray<INTask> tasks, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier) -
Uses of NSDateComponents in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return NSDateComponents Modifier and Type Method Description NSDateComponentsPKDateComponentsRange. getEndDateComponents()NSDateComponentsPKDateComponentsRange. getStartDateComponents()Methods in org.robovm.apple.passkit with parameters of type NSDateComponents Modifier and Type Method Description protected longPKDateComponentsRange. init(NSDateComponents startDateComponents, NSDateComponents endDateComponents)Constructors in org.robovm.apple.passkit with parameters of type NSDateComponents Constructor Description PKDateComponentsRange(NSDateComponents startDateComponents, NSDateComponents endDateComponents) -
Uses of NSDateComponents in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return NSDateComponents Modifier and Type Method Description NSDateComponentsUNCalendarNotificationTrigger. getDateComponents()Methods in org.robovm.apple.usernotifications with parameters of type NSDateComponents Modifier and Type Method Description protected static longUNCalendarNotificationTrigger. create(NSDateComponents dateComponents, boolean repeats)Constructors in org.robovm.apple.usernotifications with parameters of type NSDateComponents Constructor Description UNCalendarNotificationTrigger(NSDateComponents dateComponents, boolean repeats)