R5AYC‖

fAjNB‖CDateFromUnoDateTime Function

GgYqn‖Converts a UNO com.sun.star.util.DateTime struct to a Date value.

HWdZi‖Syntax:


qhgq3‖CDateFromUnoDateTime(aDateTime)

kjYF8‖Return value:

eZpEM‖Date

cWBG3‖Parameters:

52Xxw‖ aDateTime: DateTime to convert

SEjHR‖Error codes:

5 Invalid procedure call

eD9vp‖Example:


Sub ExampleCDateFromUnoDateTime
    MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3)))
End Sub