CDateToUnoTime Function [Runtime]/text/sbasic/shared/03030113.xhpLionel Elie MamaneCreated as fork of 030111.xhpCDateToUnoTime functionCDateToUnoTime Function [Runtime]Returns the time part of the date as a UNO com.sun.star.util.Time struct.Syntax:CDateToUnoTime(aDate)Return value:com.sun.star.util.TimeParameters:aDate: Date value to convertExample:Sub ExampleCDateToUnoTime aDatabaseRow.updateTime(3, CDateToUnoTime(Now)) aTimeControl.Time = CDateToUnoTime(Now)End Sub