CDateFromUnoTime Function

Converts a UNO com.sun.star.util.Time struct to a Date value.

Синтаксис


CDateFromUnoTime(aTime)

Return value:

Сана

Parameters:

aTime: Time to convert

Error codes:

5 Invalid procedure call

Намуна


Sub ExampleCDateFromUnoTime
    MsgBox(CDateFromUnoTime(aDatabaseRow.getTime(3)))
    MsgBox(CDateFromUnoTime(aTimeControl.Time))
End Sub

Please support us!