LibreOfficeDev 27.2 Help
Please support us!
Converts a UNO com.sun.star.util.DateTime struct to a Date value.
CDateFromUnoDateTime(aDateTime)
თარიღი
aDateTime: DateTime to convert
D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err5 not found).
Sub ExampleCDateFromUnoDateTime MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3))) End Sub