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
μ:
Sub ExampleCDateToUnoDateTime
aDatabaseRow.updateTimestamp(3, CDateToUnoDateTime(Now))
End Sub