Contains the eDirectory information for the attributes that use the Timestamp syntax.
typedef struct
{
nuint32 wholeSeconds ;
nuint32 eventID ;
} NWDS_TimeStamp_T;
NWDS_TimeStamp_T = Record
wholeSeconds : nuint32;
eventID : nuint32
End;
Specifies the value of the time stamp in whole seconds. Zero equals 12:00 a.m. (midnight), January 1, 1970 GMT.
Specifies the replica ID and the event ID that further orders events occurring within the same whole-second interval.
See also TimeStamp_T.