getDay

fun getDay(day: Int): Long

Gets a long for the specific day within the instance's month and year.

This method only guarantees validity with respect to Calendar.isLenient.

Return

A long representing a time in milliseconds for the given day within the specified month and year

Parameters

day

The desired day within this month and year