BdayProperty
This class represents the "BDAY" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
BdayPropertyareValueParameter,LanguageParameter,AltidParameter,CalscaleParameterandAnyParameterCalscaleParametermay only be used when the value is of typeDateTimeTypeLanguageParametermay only be used when the value is of typeTextTypeIf you do not wish that the property have any parameters, leave the first argument array empty
The value of
BdayPropertyshould be of typeDateTimeTypeof the typedateandortimeorTextType
new BdayProperty([], new DateTimeType("dateandortime", "19960415"));
const bday2val = new TextType("circa 1800");
new BdayProperty([new ValueParameter(bday2val)], bday2val);