CDateToUnoDateTime Function
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
α‘ααα’αα₯α‘α
CDateToUnoDateTime(aDate)
αααα α£αααα£αα αααα¨ααααααα:
com.sun.star.util.DateTime
ααα αααα’α ααα:
aDate: Date value to convert
D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err5 not found).
αααααααα:
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub