library / org.akop.kotx.types

Package org.akop.kotx.types

Types

DateTime

open class DateTime : Parcelable, Comparable<DateTime>

DateTime is a thin wrapper around Calendar, designed to simplify the functionality and odd syntax of the latter. It delegates most of its internal functionality to Calendar in a way that maintains the object's immutability.

MutableDateTime

class MutableDateTime : DateTime

MutableDateTime is a mutable subclass of DateTime.

Extensions for External Classes

android.os.Parcel

java.util.Calendar

kotlin.Long

kotlin.String