CDateFromUnoDate Function [Runtime] /text/sbasic/shared/03030112.xhp Lionel Elie Mamane Created as fork of 030111.xhp
CDateFromUnoDate function CDateFromUnoDate Function [Runtime] Converts a UNO com.sun.star.util.Date struct to a Date value.
Syntax: CDateFromUnoDate(aDate) Return value: Date Parameters: aDate: Date to convert Example: Sub ExampleCDateFromUnoDate MsgBox(CDateFromUnoDate(aDatabaseRow.getDate(3))) MsgBox(CDateFromUnoDate(aDateControl.Date)) End Sub