Skip to main content

AnniversaryProperty

  • This class represents the "ANNIVERSARY" 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 AnniversaryProperty are ValueParameter, AltidParameter, CalscaleParameter and AnyParameter

  • CalscaleParameter may only be used when the value is of type DateTimeType

  • If you do not wish that the property have any parameters, leave the first argument array empty

  • The value of AnniversaryProperty should be of type DateTimeType of the type dateandortime or TextType

new AnniversaryProperty([], new DateTimeType("dateandortime", "19960415"));