CDateToUnoDate Function

Returns the date as a UNO com.sun.star.util.Date struct.

Ganallo:

CDateToUnoDate(aDate)

Qolote guma:

com.sun.star.util.Date

Eishshuwa:

aDate: Date to convert

Error codes:

5 Horiweelo aante woshsho

Lawishsha:

Sub ExampleCDateToUnoDate

    aDatabaseRow.updateDate(3, CDateToUnoDate(Now))

    aDateControl.Date = CDateToUnoDate(Now)

End Sub