CDateToUnoDateTime Function [Runtime] /text/sbasic/shared/03030115.xhp Lionel Elie Mamane Created as fork of 030113.xhp
CDateToUnoDateTime function CDateToUnoDateTime Function [Runtime] Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
Syntax: CDateToUnoDateTime(aDate) Return value: com.sun.star.util.DateTime Parameters: aDate: Date value to convert Example: Sub ExampleCDateToUnoDateTime aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now)) End Sub