Event - ClockTurnedBack

See Also: Overview Implementation Properties Methods Events

Example of use found in:

Implementing Single User Copy Protection and EZ Trial and EZ Trigger Sample

Description:

This event fires when the current date (and optionally time) is less than the last used date and time stored in the License File. The property UseLastUsedTime determines if the last used time is monitored.

Example:

Sub object_ClockTurnedBack

MsgBox "The clock has been turned back!"

End ' Make the application end 

End Sub

Related Topics