library / org.akop.kotx.types / android.os.Parcel

Extensions for android.os.Parcel

readDateTime

fun Parcel.readDateTime(): DateTime?

Extension method to read DateTime from a parcel.

readMutableDateTime

fun Parcel.readMutableDateTime(): DateTime?

Extension method to read MutableDateTime from a parcel.

writeDateTime

fun Parcel.writeDateTime(value: DateTime?): Unit

Extension method to write DateTime to a parcel.