CDateFromUnoDateTime Function [Runtime]/text/sbasic/shared/03030116.xhpLionel Elie MamaneCreated as fork of 030114.xhpCDateFromUnoDateTime functionCDateFromUnoDateTime Function [Runtime]Converts a UNO com.sun.star.util.DateTime struct to a Date value.Syntax:CDateFromUnoDateTime(aDateTime)Return value:DateParameters:aDateTime:DateTime to convertExample:Sub ExampleCDateFromUnoDateTime MsgBox(aDatabaseRow.getTime(3))End Sub