setDateOfBirth

fun setDateOfBirth(year: Int, month: Month, day: Int): Boolean

Sets the date of birth of the user. Used to collect information about the user.

Return

a boolean indicating whether or not the date of birth was successfully set.

Parameters

year

The date of birth year.

month

The date of birth month.

day

The date of birth day of the month.