CDateToUnoDate Function

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

Syntax:


CDateToUnoDate(aDate)

Return value:

com.sun.star.util.Date

Parameters:

aDate: Date to convert

Klaidos kodai:

5 Neteisingas procedūros iškvietimas

Example:


Sub ExampleCDateToUnoDate
    aDatabaseRow.updateDate(3, CDateToUnoDate(Now))
    aDateControl.Date = CDateToUnoDate(Now)
End Sub