NWDS_TimeStamp_T

Contains the eDirectory information for the attributes that use the Timestamp syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     nuint32   wholeSeconds ; 
     nuint32   eventID ; 
  } NWDS_TimeStamp_T;
  

Pascal

  NWDS_TimeStamp_T = Record 
        wholeSeconds : nuint32; 
        eventID : nuint32 
  End;
  

Fields

wholeSeconds

Specifies the value of the time stamp in whole seconds. Zero equals 12:00 a.m. (midnight), January 1, 1970 GMT.

eventID

Specifies the replica ID and the event ID that further orders events occurring within the same whole-second interval.

See also TimeStamp_T.