Package oshi.jna.platform.mac
Class CoreFoundation.CFDateFormatter
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
oshi.jna.platform.mac.CoreFoundation.CFDateFormatter
- All Implemented Interfaces:
- com.sun.jna.NativeMapped
- Enclosing interface:
- CoreFoundation
public static class CoreFoundation.CFDateFormatter
extends com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRefgetTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
CFDateFormatterpublic CFDateFormatter()
 
-