Uses of Class
org.rococoa.cocoa.carboncore.DateCacheRecord

Packages that use DateCacheRecord
org.rococoa.cocoa.carboncore   
 

Uses of DateCacheRecord in org.rococoa.cocoa.carboncore
 

Subclasses of DateCacheRecord in org.rococoa.cocoa.carboncore
static class DateCacheRecord.ByReference
           
static class DateCacheRecord.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return DateCacheRecord
static DateCacheRecord[] DateCacheRecord.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type DateCacheRecord
 short CarbonCoreLibrary.StringToDate(ByteBuffer textPtr, int textLen, DateCacheRecord theCache, IntBuffer lengthUsed, LongDateRec dateTime)
          StringToDate() *** DEPRECATED ***

Deprecated:
use CFDateFormatterCreateDateFromString instead

Discussion:
This function is no longer recommended.
 short CarbonCoreLibrary.StringToDate(Pointer textPtr, int textLen, DateCacheRecord theCache, IntByReference lengthUsed, LongDateRec dateTime)
          Deprecated. use the safer methods CarbonCoreLibrary.StringToDate(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) and CarbonCoreLibrary.StringToDate(com.sun.jna.Pointer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.carboncore.LongDateRec) instead
 short CarbonCoreLibrary.StringToTime(ByteBuffer textPtr, int textLen, DateCacheRecord theCache, IntBuffer lengthUsed, LongDateRec dateTime)
          StringToTime() *** DEPRECATED ***

Deprecated:
use CFDateFormatterCreateDateFromString instead

Discussion:
This function is no longer recommended.
 short CarbonCoreLibrary.StringToTime(Pointer textPtr, int textLen, DateCacheRecord theCache, IntByReference lengthUsed, LongDateRec dateTime)
          Deprecated. use the safer methods CarbonCoreLibrary.StringToTime(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) and CarbonCoreLibrary.StringToTime(com.sun.jna.Pointer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.carboncore.LongDateRec) instead
 



Copyright © 2009. All Rights Reserved.