LibreOfficeDev 24.2 Help
6QMEs‖Returns the time part of the date as a UNO com.sun.star.util.Time struct.
ABYMv‖CDateToUnoTime(aDate)
LcRZR‖com.sun.star.util.Time
v4KWu‖ aDate: Date value to convert
Sub ExampleCDateToUnoTime
aDatabaseRow.updateTime(3, CDateToUnoTime(Now))
aTimeControl.Time = CDateToUnoTime(Now)
End Sub