CDateToUnoDateTime Function/text/sbasic/shared/03030115.xhpCDateToUnoDateTime functionCDateToUnoDateTime FunctionReturns 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