CDateToUnoDateTime Function
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
SĂŒntaks:
CDateToUnoDateTime(aDate)
TagastusvÀÀrtus:
com.sun.star.util.DateTime
Parameetrid:
aDate: Date value to convert
NĂ€ide:
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub