Collabora Office 21.06 Help
Converts a UNO com.sun.star.util.Time struct to a Date value.
CDateFromUnoTime(aTime)
日期
aTime: Time to convert
Sub ExampleCDateFromUnoTime
MsgBox(CDateFromUnoTime(aDatabaseRow.getTime(3)))
MsgBox(CDateFromUnoTime(aTimeControl.Time))
End Sub