CDateToUnoTime Function
Returns the time part of the date as a UNO com.sun.star.util.Time struct.
Syntax:
CDateToUnoTime(aDate)
рд╡рд╛рдкрд╕реА рдореВрд▓реНрдп:
com.sun.star.util.Time
рдкреИрд░рд╛рдореАрдЯрд░
aDate: Date value to convert
рдЙрджрд╛рд╣рд░рдг:
Sub ExampleCDateToUnoTime
aDatabaseRow.updateTime(3, CDateToUnoTime(Now))
aTimeControl.Time = CDateToUnoTime(Now)
End Sub