CDateToUnoDateTime Function [Runtime]/text/sbasic/shared/03030115.xhpLionel Elie MamaneCreated as fork of 030113.xhpCDateToUnoDateTime functionCDateToUnoDateTime 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.DateTimeParameters:aDate: Date value to convertExample:Sub ExampleCDateToUnoDateTime aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))End Sub