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