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

Please support us!