snap-time-picker / com.akexorcist.snaptimepicker / TimeValue

TimeValue

data class TimeValue : Parcelable

Constructors

<init>

TimeValue(hour: Int, minute: Int)

Properties

hour

var hour: Int

minute

var minute: Int