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 잘λͺ»λœ ν”„λ‘œμ‹œμ € ν˜ΈμΆœμž…λ‹ˆλ‹€.

예:

Sub ExampleCDateToUnoDateTime

    aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))

End Sub