Uses of Class
com.jniwrapper.macosx.cocoa.nscalendardate.NSCalendarDate

Packages that use NSCalendarDate
com.jniwrapper.macosx.cocoa.nscalendardate   
 

Uses of NSCalendarDate in com.jniwrapper.macosx.cocoa.nscalendardate
 

Methods in com.jniwrapper.macosx.cocoa.nscalendardate that return NSCalendarDate
static NSCalendarDate NSCalendarDate.NSCalendarDate_dateWithString_calendarFormat(java.lang.String description, java.lang.String format)
          This method represents the dateWithString static constructor of the NSCalendarDate Objective-C class.
static NSCalendarDate NSCalendarDate.NSCalendarDate_calendarDate()
          This method represents the calendarDate static constructor of the NSCalendarDate Objective-C class.
static NSCalendarDate NSCalendarDate.NSCalendarDate_dateWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year, com.jniwrapper.UInt16 month, com.jniwrapper.UInt16 day, com.jniwrapper.UInt16 hour, com.jniwrapper.UInt16 minute, com.jniwrapper.UInt16 second, NSTimeZone aTimeZone)
          This method represents the dateWithYear static constructor of the NSCalendarDate Objective-C class.
static NSCalendarDate NSCalendarDate.NSCalendarDate_dateWithString_calendarFormat_locale(java.lang.String description, java.lang.String format, NSDictionary dict)
          This method represents the dateWithString static constructor of the NSCalendarDate Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nscalendardate with parameters of type NSCalendarDate
 void NSCalendarDate.years_months_days_hours_minutes_seconds_sinceDate(com.jniwrapper.Int yp, com.jniwrapper.Int mop, com.jniwrapper.Int dp, com.jniwrapper.Int hp, com.jniwrapper.Int mip, com.jniwrapper.Int sp, NSCalendarDate date)
          This method represents the years() method of the NSCalendarDate Objective-C class.