CDateFromUnoDateTime Function

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

āļšāˇāļģāļš āļģ⎓āļ­āˇ’āļē:

CDateFromUnoDateTime(aDateTime)

āļ†āļ´āˇƒāˇ” āļŊāļļāˇāļ¯āˇ™āļą āļ…āļœāļē:

āļ¯āˇ’āļąāļē

āļ´āļģāˇāļ¸āˇ’āļ­āˇ“āļąāˇŠ:

aDateTime: DateTime to convert

Error codes:

5 Invalid procedure call

āļ‹āļ¯āˇāˇ„āļģāļĢāļē:

Sub ExampleCDateFromUnoDateTime

    MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3)))

End Sub