CDateToUnoDate Function [Runtime] /text/sbasic/shared/03030111.xhp Lionel Elie Mamane Created as fork of 030107.xhp
CDateToUnoDate function CDateToUnoDate Function [Runtime] Returns the date as a UNO com.sun.star.util.Date struct.
Syntax: CDateToUnoDate(aDate) Return value: com.sun.star.util.Date Parameters: aDate: Date to convert Example: Sub ExampleCDateToUnoDate aDatabaseRow.updateDate(3, CDateToUnoDate(Now)) aDateControl.Date = CDateToUnoDate(Now) End Sub