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

Public Types | |
| enum | { kDefaultIID = IID_IDATETIMEDATA } |
Public Member Functions | |
| virtual void | Set (uint64 date)=0 |
| virtual uint64 | Get () const =0 |
| virtual PMString | GetAsString () 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 global time. GlobalTime 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 |
Get the time as a string.
| pure virtual |
Set the time.
| date | GlobalTime value of the date to set. |