Collabora Office 23.05 Help
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
CDateToUnoDateTime(aDate)
com.sun.star.util.DateTime
aDate: Date value to convert
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub