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 |