LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
Date Struct Reference

is the UNO representation of the Automation type DATE. More...

import"Date.idl";

Public Attributes

double Value
 corresponds to the Automation type DATE. More...
 

Detailed Description

is the UNO representation of the Automation type DATE.

A DATE could actually be represented as double in UNO and therefore a typedef from double to a date type would do. But a typedef cannot be expressed in all language bindings. In the case where no typedefs are supported the actual type is used. That is, a typedef'd date type would be represented as double in Java. The information that the double is a date type is lost.

When calling Automation objects from UNO the distinction between double and date type is important. Therefore Date is declared as struct.

Since
OOo 1.1.2

Member Data Documentation

◆ Value

double Value

corresponds to the Automation type DATE.


The documentation for this struct was generated from the following file: