Text Documents (Writer)
HTML Documents (Writer Web)
Spreadsheets (Calc)
Presentations (Impress)
Drawings (Draw)
Database Functionality (Base)
Formulae (Math)
Charts and Diagrams
Macros and Scripting
Office Installation
Common Help Topics
OneOffice Logo

CDateFromUnoDateTime Function

Converts a UNO com.sun.star.util.DateTime struct to a Date value.

Syntax:


CDateFromUnoDateTime(aDateTime)

Return value:

Date

Parameters:

aDateTime: DateTime to convert

Error codes:

5 Invalid procedure call

Example:


Sub ExampleCDateFromUnoDateTime
    MsgBox(CDateFromUnoDateTime(aDatabaseRow.getTimestamp(3)))
End Sub