CDateFromUnoDateTime Function [Runtime] /text/sbasic/shared/03030116.xhp Lionel Elie Mamane Created as fork of 030114.xhp
CDateFromUnoDateTime function CDateFromUnoDateTime Function [Runtime] Converts a UNO com.sun.star.util.DateTime struct to a Date value.
Syntax: CDateFromUnoDateTime(aDateTime) Return value: Date Parameters: aDateTime: DateTime to convert Example: Sub ExampleCDateFromUnoDateTime MsgBox(aDatabaseRow.getTime(3)) End Sub