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

Public Types | |
| enum | { kDefaultIID = IID_ITIMEDATA } |
Public Member Functions | |
| virtual void | Set (uint64 time)=0 |
| virtual uint64 | Get () const =0 |
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 to store IDTime time. IDTime is based on a uint64 bit number. It matches NT's FILETIME, the number of 100 nanoseconds since January 1, 1601, and it is UTC based.
| pure virtual |
Get the time.
| pure virtual |
Set the time.
| time | IDTime value of the time to set. |