![]() | InDesign SDK 20.5 |
#include <IGlobalTimeData.h>

Public Types | |
| enum | { kDefaultIID = IID_IGLOBALTIMEDATA } |
| typedef GlobalTime | ValueType |
Public Member Functions | |
| virtual void | Set (const ValueType &i)=0 |
| virtual const ValueType & | GetGlobalTime () const =0 |
| const ValueType & | Get () const |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for storing integers.
| inline |
Get the value.
| pure virtual |
Get the value.
| pure virtual |
Set the value.
| i | new value of the integer |