Uses of Class
oshi.jna.platform.mac.CoreFoundation.CFDateFormatter
Packages that use CoreFoundation.CFDateFormatter
-
Uses of CoreFoundation.CFDateFormatter in oshi.jna.platform.mac
Methods in oshi.jna.platform.mac that return CoreFoundation.CFDateFormatterModifier and TypeMethodDescriptionCoreFoundation.CFDateFormatterCreate
(com.sun.jna.platform.mac.CoreFoundation.CFAllocatorRef allocator, CoreFoundation.CFLocale locale, com.sun.jna.platform.mac.CoreFoundation.CFIndex dateStyle, com.sun.jna.platform.mac.CoreFoundation.CFIndex timeStyle) Creates a new CFDateFormatter object, localized to the given locale, which will format dates to the given date and time styles.Methods in oshi.jna.platform.mac with parameters of type CoreFoundation.CFDateFormatterModifier and TypeMethodDescriptioncom.sun.jna.platform.mac.CoreFoundation.CFStringRef
CoreFoundation.CFDateFormatterGetFormat
(CoreFoundation.CFDateFormatter formatter) Returns a format string for the given date formatter object.