Collabora Office 24.04 Yardım
Tarihi bir UNO com.sun.star.util.Date yapısı olarak döndürür.
CDateToUnoDate(aDate)
com.sun.star.util.Date
aDate: Dönüştürülecek tarih
Sub ExampleCDateToUnoDate
aDatabaseRow.updateDate(3, CDateToUnoDate(Now))
aDateControl.Date = CDateToUnoDate(Now)
End Sub