CREATOR

object CREATOR : Parcelable.Creator<Month>

Functions

create
Link copied to clipboard
fun create(timeInMillis: Long): Month
Creates an instance of Month that contains the provided timeInMillis where timeInMillis is in milliseconds since 00:00:00 January 1, 1970, UTC.
fun create(year: Int, month: Int): Month
Creates an instance of Month with the given parameters backed by a Calendar.
createFromParcel
Link copied to clipboard
open override fun createFromParcel(source: Parcel): Month
current
Link copied to clipboard
fun current(): Month
Returns the Month that contains the first moment in current month in the default timezone (as per Calendar.getInstance.
newArray
Link copied to clipboard
open override fun newArray(size: Int): Array<Month?>