InfoConnect for Airlines
DateTime Property (CreditCardRecognizedEventArgs)


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
public string DateTime {get;}
See Also