CDateToUnoDate Function /text/sbasic/shared/03030111.xhp
CDateToUnoDate function CDateToUnoDate Function 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