SessionDate

ACCPAC Common Controls

AccpacSession.SessionDate

Returns the session date used to open the session.

Property SessionDate As Date
(read-only)

Remarks

The session date is set when the session is opened, and isn't necessarily the same as the (Windows) system date.

The session date is passed to the session's Open method. If the session is opened with an object handle through the Init method, the current session inherits the session date of the session which created the object handle.

This property returns the system date if the session was not opened.