CDateFromUnoTime Function [Runtime]/text/sbasic/shared/03030114.xhpLionel Elie MamaneCreated as fork of 030111.xhpCDateFromUnoTime functionCDateFromUnoTime Function [Runtime]Converts a UNO com.sun.star.util.Time struct to a Date value.Syntax:CDateFromUnoTime(aTime)Return value:DateParameters:aTime: Time to convertExample:Sub ExampleCDateFromUnoTime MsgBox(aDatabaseRow.getTime(3)) MsgBox(CDateFromUnoTime(aTimeControl.Time))End Sub