LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XTimeStamped Interface Referencepublished

provides timestamp information for an object in the form of an arbitrary string. More...

import"XTimeStamped.idl";

Inheritance diagram for XTimeStamped:
XInterface Layer UpdatableLayer

Public Member Functions

string getTimestamp ()
 returns the timestamp of the object. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides timestamp information for an object in the form of an arbitrary string.

The format and meaning of the timestamp depends on the implementation. Services implementing this interface must document the meaning and format they use.

If the timestamp is unchanged between two calls, the associated object has not changed. Any properties beyond this, particularly the presence of a meaningful order between timestamps, depend on the implementation.

Since
OOo 1.1.2

Member Function Documentation

◆ getTimestamp()

string getTimestamp ( )

returns the timestamp of the object.

Returns
a string that represents a timestamp.

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