create

fun create(day: Int, month: Int, year: Int): VGSDate?

Creates a VGSDate object.

Return

The VGSDate object, or null if the date is invalid.

Parameters

day

The day of the month.

month

The month of the year.

year

The year.