Collabora Office 24.04 Bantuan
Mengubah UNO com.sun.star.util.Time struct ke nilai Date.
CDateToUnoDateTime(aDate)
com.sun.star.util.DateTime
aDate: Tanggal untuk mengonversi
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub