CDateFromUnoTime Function [Runtime] /text/sbasic/shared/03030114.xhp Lionel Elie Mamane Created as fork of 030111.xhp
CDateFromUnoTime function CDateFromUnoTime Function [Runtime] Converts a UNO com.sun.star.util.Time struct to a Date value.
Syntax: CDateFromUnoTime(aTime) Return value: Date Parameters: aTime: Time to convert Example: Sub ExampleCDateFromUnoTime MsgBox(aDatabaseRow.getTime(3)) MsgBox(CDateFromUnoTime(aTimeControl.Time)) End Sub