| Constructor and Description | 
|---|
ACAccountCredential(String token,
                   String refreshToken,
                   NSDate expiryDate)
Initializes an ACAccountCredential object with the specified client
 application tokens and expiry date. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NSDate | 
CNContact.birthday()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CNMutableContact.setBirthday(NSDate birthday)  | 
| Modifier and Type | Method and Description | 
|---|---|
NSDate | 
CLLocation.timestamp()
Returns the timestamp of the location record. 
 | 
NSDate | 
CLHeading.timestamp()
Returns the timestamp of the heading record. 
 | 
| Constructor and Description | 
|---|
CLLocation(CLLocationCoordinate2D coordinate,
          double altitude,
          double horizontalAccuracy,
          double verticalAccuracy,
          double course,
          double speed,
          NSDate timestamp)
Constructs a CLLocation object with the specified parameters. 
 | 
CLLocation(CLLocationCoordinate2D coordinate,
          double altitude,
          double horizontalAccuracy,
          double verticalAccuracy,
          NSDate timestamp)
Constructs a CLLocation object with the specified parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NSDate | 
NSDate.date()
Constructs and returns a new date object for the current date and time. 
 | 
NSDate | 
NSCalendar.dateByAddingComponents(NSDateComponents comps,
                      NSDate toDate,
                      int opts)
Returns a date that results from adding the specified components to the
 specified date. 
 | 
NSDate | 
NSCalendar.dateFromComponents(NSDateComponents comps)
Returns a NSDate object that corresponds to the specified date
 components. 
 | 
static NSDate | 
NSDate.dateWithTimeInterval(double seconds,
                    NSDate referenceDate)
Constructs and returns a date object spaced from the specified date,
 interval that corresponds to the given seconds. 
 | 
static NSDate | 
NSDate.dateWithTimeIntervalSince1970(double seconds)
Constructs and returns a date object spaced from 00:00:00 UTC on 1
 January 1970, interval that corresponds to the given seconds. 
 | 
static NSDate | 
NSDate.dateWithTimeIntervalSinceNow(double seconds)
Constructs and returns a date object spaced from the current date,
 interval that corresponds to the given seconds. 
 | 
static NSDate | 
NSDate.dateWithTimeIntervalSinceReferenceDate(double seconds)
Constructs and returns a date object spaced from 00:00:00 UTC on 1
 January 2001, interval that corresponds to the given seconds. 
 | 
NSDate | 
NSHTTPCookie.expiresDate()
Returns the expiration date of this cookie. 
 | 
NSDate | 
NSTimer.fireDate()
Returns the date at which this timer fires. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NSDateComponents | 
NSCalendar.components(int NSCalendarUnit,
          NSDate fromDate)
Returns a NSDateComponents object that is the representation of the
 specified date using the specified calendar unit. 
 | 
NSDateComponents | 
NSCalendar.components(int NSCalendarUnit,
          NSDate fromDate,
          NSDate toDate,
          int NSDateComponents)
Returns a NSDateComponents object that results from the subtraction of
 the two date using the specified options.. 
 | 
NSDate | 
NSCalendar.dateByAddingComponents(NSDateComponents comps,
                      NSDate toDate,
                      int opts)
Returns a date that results from adding the specified components to the
 specified date. 
 | 
static NSDate | 
NSDate.dateWithTimeInterval(double seconds,
                    NSDate referenceDate)
Constructs and returns a date object spaced from the specified date,
 interval that corresponds to the given seconds. 
 | 
void | 
NSTimer.setFireDate(NSDate date)
Sets the date at which this timer fires. 
 | 
| Constructor and Description | 
|---|
NSTimer(NSDate date,
       double interval,
       boolean repeats,
       org.robovm.objc.block.VoidBlock1<NSTimer> block)  | 
NSTimer(NSDate date,
       double ti,
       NSTimerDelegate target,
       Object ui,
       boolean rep)  | 
| Modifier and Type | Method and Description | 
|---|---|
NSDate | 
SKPaymentTransaction.transactionDate()
Returns the date that the transaction was added to the App Store. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SKPaymentTransaction | 
StoreDrill.newSKPaymentTransaction(int state,
                       String productIdentifier,
                       String transactionIdentifier,
                       NSDate transactionDate,
                       byte[] requestData,
                       byte[] transactionReceipt,
                       String errorTxt)  | 
| Modifier and Type | Method and Description | 
|---|---|
NSDate | 
UIDatePicker.date()
Returns the date of this date picker. 
 | 
NSDate | 
UILocalNotification.fireDate()
Deprecated.  
 | 
NSDate | 
UIDatePicker.maximumDate()
Returns the maximum date of this date picker. 
 | 
NSDate | 
UIDatePicker.minimumDate()
Returns the minimum date of this date picker. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
UIView.setAnimationStartDate(NSDate startTime)
Sets the time that the current animation block should begin. 
 | 
void | 
UIDatePicker.setDate(NSDate date)
Sets the date for this date picker. 
 | 
void | 
UIDatePicker.setDate(NSDate date,
       boolean animated)
Sets the date of date picker applying animation through the change or
 not. 
 | 
void | 
UILocalNotification.setFireDate(NSDate fireDate)
Deprecated.  
 | 
void | 
UIDatePicker.setMaximumDate(NSDate maximumDate)
Sets the maximum date of this date picker. 
 | 
void | 
UIDatePicker.setMinimumDate(NSDate minimumDate)
Sets the minimum date that this date picker can display. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NSDate | 
UNNotification.date()  | 
NSDate | 
UNTimeIntervalNotificationTrigger.nextTriggerDate()  | 
NSDate | 
UNCalendarNotificationTrigger.nextTriggerDate()  | 
Copyright © 2020. All rights reserved.