IPlainAuditLogRecords.StampOut

Syntax

StampOut: Double;

Description

The StampOut property returns date and time of repository logout.

Comments

The property is relevant only for the records corresponding to repository connection. It is not filled for object operation records. The value is displayed in the system date format. To convert, use the DateTime.FromDouble method.

Example

The property use is given in the example for IAuditLog.OpenPlainLog.

See also:

IPlainAuditLogRecords