Package-level declarations

Functions

Link copied to clipboard
fun Instant.addDays(days: Int): Instant
Link copied to clipboard
fun Instant.addHours(hours: Int): Instant
Link copied to clipboard
fun Instant.addMinutes(minutes: Int): Instant
Link copied to clipboard
fun Instant.addSeconds(seconds: Int): Instant
Link copied to clipboard
fun Instant.ceilDays(): Instant
Link copied to clipboard
fun Instant.ceilHours(): Instant
Link copied to clipboard
fun Instant.ceilMinutes(): Instant
Link copied to clipboard
fun Instant.ceilSeconds(): Instant
Link copied to clipboard
fun Instant.daysUntil(other: Instant): Int
Link copied to clipboard
fun Instant.floorDays(): Instant
Link copied to clipboard
fun Instant.floorHours(): Instant
Link copied to clipboard
fun Instant.floorMinutes(): Instant
Link copied to clipboard
fun Instant.floorSeconds(): Instant
Link copied to clipboard
fun Instant.monthsUntil(other: Instant): Int
Link copied to clipboard
fun now(): Instant
Link copied to clipboard
fun Instant.periodUntil(other: Instant): DateTimePeriod
Link copied to clipboard
fun Instant.toDate(): NSDate
Link copied to clipboard
fun today(): Instant
Link copied to clipboard
fun LocalDateTime.toInstant(): Instant
fun NSDate.toInstant(): Instant
Link copied to clipboard
fun Date.toKotlinxInstant(): Instant
Link copied to clipboard
fun Instant.toLocalDateTime(): LocalDateTime
Link copied to clipboard
fun Instant.yearsUntil(other: Instant): Int