CDateToUnoTime Function
Returns the time part of the date as a UNO com.sun.star.util.Time struct.
ꡬ문:
CDateToUnoTime(aDate)
λ°ν κ°:
com.sun.star.util.Time
λ§€κ° λ³μ:
aDate: Date value to convert
μ:
Sub ExampleCDateToUnoTime
aDatabaseRow.updateTime(3, CDateToUnoTime(Now))
aTimeControl.Time = CDateToUnoTime(Now)
End Sub