org.rococoa.cocoa.foundation.categories
Interface NSCalendarDateExtras

All Superinterfaces:
ObjCObject

public interface NSCalendarDateExtras
extends ObjCObject

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)
          Original signature : -(NSCalendarDate*)dateWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:62
 NSString descriptionWithCalendarFormat_timeZone_locale(NSString format, NSTimeZone aTimeZone, ObjCObject locale)
          Original signature : -(NSString*)descriptionWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*) locale:(id)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:63
 NSDate initWithString(NSString description)
          Original signature : -(id)initWithString:(NSString*)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:64
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

dateWithCalendarFormat_timeZone

NSCalendarDate dateWithCalendarFormat_timeZone(NSString format,
                                               NSTimeZone aTimeZone)
Original signature : -(NSCalendarDate*)dateWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:62


descriptionWithCalendarFormat_timeZone_locale

NSString descriptionWithCalendarFormat_timeZone_locale(NSString format,
                                                       NSTimeZone aTimeZone,
                                                       ObjCObject locale)
Original signature : -(NSString*)descriptionWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*) locale:(id)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:63


initWithString

NSDate initWithString(NSString description)
Original signature : -(id)initWithString:(NSString*)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:64



Copyright © 2009. All Rights Reserved.