org.rococoa.cocoa.foundation.categories
Interface NSCalendarDateExtras

All Known Implementing Classes:
NSCalendarDate, NSDate

public interface NSCalendarDateExtras

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 NSCalendarDateExtras._static_
           
 
Method Summary
 NSCalendarDate dateWithCalendarFormat_timeZone(NSString format, NSTimeZone aTimeZone)
           
 NSString descriptionWithCalendarFormat_timeZone_locale(NSString format, NSTimeZone aTimeZone, org.rococoa.ID locale)
           
 NSString descriptionWithLocale(org.rococoa.ID locale)
           
 NSDate initWithString(NSString description)
           
 

Method Detail

initWithString

NSDate initWithString(NSString description)

dateWithCalendarFormat_timeZone

NSCalendarDate dateWithCalendarFormat_timeZone(NSString format,
                                               NSTimeZone aTimeZone)

descriptionWithLocale

NSString descriptionWithLocale(org.rococoa.ID locale)

descriptionWithCalendarFormat_timeZone_locale

NSString descriptionWithCalendarFormat_timeZone_locale(NSString format,
                                                       NSTimeZone aTimeZone,
                                                       org.rococoa.ID locale)