Package org.robovm.apple.corefoundation
Class CFCalendar
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFCalendar
- All Implemented Interfaces:
AutoCloseable
public class CFCalendar extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFCalendar.CFCalendarPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFCalendar() -
Method Summary
Modifier and Type Method Description protected static CFCalendarcreate(CFAllocator allocator, CFCalendarIdentifier identifier)static CFCalendarcreate(CFCalendarIdentifier identifier)static longgetClassTypeID()static CFCalendargetCurrent()doublegetDurationOfUnit(CFCalendarUnit unit, double at)longgetFirstWeekday()CFCalendarIdentifiergetIdentifier()CFLocalegetLocale()CFRangegetMaximumRangeOfUnit(CFCalendarUnit unit)longgetMinimumDaysInFirstWeek()CFRangegetMinimumRangeOfUnit(CFCalendarUnit unit)longgetOrdinalityOfUnit(CFCalendarUnit smallerUnit, CFCalendarUnit biggerUnit, double at)CFRangegetRangeOfUnit(CFCalendarUnit smallerUnit, CFCalendarUnit biggerUnit, double at)doublegetStartTimeOfUnit(CFCalendarUnit unit, double at)CFTimeZonegetTimeZone()voidsetFirstWeekday(long wkdy)voidsetLocale(CFLocale locale)voidsetMinimumDaysInFirstWeek(long mwd)voidsetTimeZone(CFTimeZone tz)Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFCalendar
protected CFCalendar()
-
-
Method Details
-
create
-
getStartTimeOfUnit
- Since:
- Available in iOS 2.0 and later.
-
getDurationOfUnit
- Since:
- Available in iOS 2.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
getCurrent
-
create
-
getIdentifier
-
getLocale
-
setLocale
-
getTimeZone
-
setTimeZone
-
getFirstWeekday
public long getFirstWeekday() -
setFirstWeekday
public void setFirstWeekday(long wkdy) -
getMinimumDaysInFirstWeek
public long getMinimumDaysInFirstWeek() -
setMinimumDaysInFirstWeek
public void setMinimumDaysInFirstWeek(long mwd) -
getMinimumRangeOfUnit
-
getMaximumRangeOfUnit
-
getRangeOfUnit
-
getOrdinalityOfUnit
-