CDateToUnoDate Function

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

தொடரமைப்பு:

CDateToUnoDate(aDate)

Return value:

com.sun.star.util.Date

அளவுருக்கள்:

aDate: Date to convert

பிழையான குறியீடுகள்:

5 செல்லாத செயல்முறை அழைப்பு

எடுத்துக்காட்டு:

Sub ExampleCDateToUnoDate

    aDatabaseRow.updateDate(3, CDateToUnoDate(Now))

    aDateControl.Date = CDateToUnoDate(Now)

End Sub