fun Year.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time Year to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun YearMonth.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time YearMonth to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun Date.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time Date to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun Time.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time Time to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun DateTime.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time DateTime to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun OffsetTime.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time OffsetTime to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun OffsetDateTime.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time OffsetDateTime to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object
fun ZonedDateTime.toNSDateComponents(includeCalendar: Boolean = false): <ERROR CLASS>
Convert an Island Time ZonedDateTime to an equivalent NSDateComponents object.
includeCalendar - true if the resulting NSDateComponents should include the ISO-8601 calendar
Return
an equivalent NSDateComponents object