Package com.sun.jna.platform.mac
Class CoreFoundation.CFDateFormatter
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
com.sun.jna.platform.mac.CoreFoundation.CFDateFormatter
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
CoreFoundation
CFDateFormatter objects format the textual representations of CFDate and CFAbsoluteTime objects, and convert textual representations of dates and times into CFDate and CFAbsoluteTime objects.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
CFDateFormatter
public CFDateFormatter()
-