CDateFromUnoDateTime Function
Converts a UNO com.sun.star.util.DateTime struct to a Date value.
แกแแแขแแฅแกแ
CDateFromUnoDateTime(aDateTime)
แแแแ แฃแแแแฃแแ แแแแจแแแแแแแ:
แแแ แแฆแ
Parameters:
aDateTime: DateTime to convert
แแแแแแแแ:
Sub ExampleCDateFromUnoDateTime
MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3)))
End Sub