LibreOfficeDev 25.8 Help
ត្រឡប់ផ្នែកពេលវេលារបស់កាលបរិច្ឆេទជា UNO com.sun.star.util.DateTime struct ។
CDateToUnoDateTime(aDate)
com.sun.star.util.DateTime
aDate: តម្លៃកាលបរិច្ឆេទដែលត្រូវបម្លែង
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub