Package com.sensorberg.smartspaces.domain.time

Types

DateTimeConverter
Link copied to clipboard
object DateTimeConverter

Converts millis to Iso8601 and vice versa.

SInstant
Link copied to clipboard
class SInstant

Wraps org.threeten.bp.Instant.

Functions

toInstant
Link copied to clipboard
fun LocalDate.toInstant(): Instant
fun LocalDateTime.toInstant(): Instant
toIso8601
Link copied to clipboard
fun LocalDate.toIso8601(): String
fun LocalDateTime.toIso8601(): String
toMillis
Link copied to clipboard
fun LocalDate.toMillis(): Long
fun LocalDateTime.toMillis(): Long