CDateToUnoDateTime Function
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
構文:
CDateToUnoDateTime(aDate)
戻り値:
com.sun.star.util.DateTime
パラメーター:
aDate: 変換する日付
例:
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub