CDateToUnoTime Function

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

Notkun:


CDateToUnoTime(aDate)

Skilagildi:

com.sun.star.util.Time

Viðföng:

aDate: Date value to convert

Error codes:

5 Ógilt kall á stefju

Dæmi:


Sub ExampleCDateToUnoTime
    aDatabaseRow.updateTime(3, CDateToUnoTime(Now))
    aTimeControl.Time = CDateToUnoTime(Now)
End Sub

Please support us!