org.rococoa.cocoa.foundation.categories
Interface NSDateCreation

All Known Implementing Classes:
NSCalendarDate, NSDate

public interface NSDateCreation

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSDateCreation._static_
           
 
Method Summary
 NSDate init()
           
 NSDate initWithTimeInterval_sinceDate(double secsToBeAdded, NSDate anotherDate)
           
 NSDate initWithTimeIntervalSinceNow(double secsToBeAddedToNow)
           
 NSDate initWithTimeIntervalSinceReferenceDate(double secsToBeAdded)
           
 

Method Detail

init

NSDate init()

initWithTimeIntervalSinceReferenceDate

NSDate initWithTimeIntervalSinceReferenceDate(double secsToBeAdded)

initWithTimeInterval_sinceDate

NSDate initWithTimeInterval_sinceDate(double secsToBeAdded,
                                      NSDate anotherDate)

initWithTimeIntervalSinceNow

NSDate initWithTimeIntervalSinceNow(double secsToBeAddedToNow)