setTimeStamp
setTimeStamp — sets the point timestamp in various ways.
void setTimeStamp( | seconds, | |
nanoseconds); |
int seconds;int nanoseconds;void setTimeStamp( | datetime); |
DATE datetime;void setTimeStamp( | ); |
void;secondsThe number of seconds since Jan 1, 1970.
nanosecondsThe sub-second component of the timestamp, typically accurate to the extent permitted by the OS.
datetimeTime expressed in the Microsoft DATE format,
the number of days since Dec.30, 1899.
The parameter-less version of this method will set the timestamp to the current OS time.