Record Class IncompleteLocalDate

java.lang.Object
java.lang.Record
net.tangly.commons.jmap.IncompleteLocalDate
Record Components:
year - year of the date if defined otherwise 0
month - month of the date if defined otherwise 0
day - day in the month of the deate if defined otherwise 0

public record IncompleteLocalDate(int year, int month, int day) extends Record
Models an incomplete local date such as a birthday. Incomplete dates are defined, for example, in the VCard standard.