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