CDateToUnoDate Function
Returns the date as a UNO com.sun.star.util.Date struct.
தொடரமைப்பு:
CDateToUnoDate(aDate)
Return value:
com.sun.star.util.Date
அளவுருக்கள்:
aDate: Date to convert
எடுத்துக்காட்டு:
Sub ExampleCDateToUnoDate
aDatabaseRow.updateDate(3, CDateToUnoDate(Now))
aDateControl.Date = CDateToUnoDate(Now)
End Sub