LibreOfficeDev 24.2 Help
xtYRQ‖Returns the date as a UNO com.sun.star.util.Date struct.
cPRUh‖CDateToUnoDate(aDate)
2okBg‖com.sun.star.util.Date
XCKx8‖ aDate: Date to convert
Sub ExampleCDateToUnoDate
aDatabaseRow.updateDate(3, CDateToUnoDate(Now))
aDateControl.Date = CDateToUnoDate(Now)
End Sub