CDateFromUnoDate Function

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

කාරක රීතිය:

CDateFromUnoDate(aDate)

ආපසු ලබාදෙන අගය:

දිනය

පරාමිතීන්:

aDate: Date to convert

Error codes:

5 Invalid procedure call

උදාහරණය:

Sub ExampleCDateFromUnoDate

    MsgBox(CDateFromUnoDate(aDatabaseRow.getDate(3)))

    MsgBox(CDateFromUnoDate(aDateControl.Date))

End Sub