CDateToUnoDateTime Function

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

caasimaa:

CDateToUnoDateTime(aDate)

Gatii deebii:

com.sun.star.util.DateTime

Ulaagaalee:

aDate: Date value to convert

Error codes:

5 Ejjatoo fashalaan waamu

Fakkeenya:

Sub ExampleCDateToUnoDateTime

    aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))

End Sub