CDateToUnoTime Function

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

Ganallo:

CDateToUnoTime(aDate)

Qolote guma:

com.sun.star.util.Time

Eishshuwa:

aDate: Date value to convert

Error codes:

5 Horiweelo aante woshsho

Lawishsha:

Sub ExampleCDateToUnoTime

    aDatabaseRow.updateTime(3, CDateToUnoTime(Now))

    aTimeControl.Time = CDateToUnoTime(Now)

End Sub