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: Date value to convert

Error codes:

5 Invalid procedure call

උදාහරණය:

Sub ExampleCDateToUnoDateTime

    aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))

End Sub