InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CreditCardRecognizedEventArgs Class / DateTime Property


In This Topic
DateTime Property (CreditCardRecognizedEventArgs)
In This Topic
Gets the date and time that the event occurred.
Syntax
'Declaration
 
Public ReadOnly Property DateTime As String
 
'Usage
 
Dim instance As CreditCardRecognizedEventArgs
Dim value As String
 
value = instance.DateTime
See Also