CDateToUnoDateTime Function

Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.

Ganallo:

CDateToUnoDateTime(aDate)

Qolote guma:

com.sun.star.util.DateTime

Eishshuwa:

aDate: Date value to convert

Error codes:

5 Horiweelo aante woshsho

Lawishsha:

Sub ExampleCDateToUnoDateTime

    aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))

End Sub