Uses of Class
org.robovm.apple.corefoundation.CFDate
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFDate in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFDate Modifier and Type Method Description static CFDateCFDate. create(double at)static CFDateCFDate. create(CFAllocator allocator, double at)CFDateCFDateFormatter. parse(String string, CFRange rangep)Methods in org.robovm.apple.corefoundation with parameters of type CFDate Modifier and Type Method Description CFComparisonResultCFDate. compareTo(CFDate otherDate)StringCFDateFormatter. format(CFDate date)doubleCFDate. getTimeIntervalSinceDate(CFDate otherDate)