InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts 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
    public string DateTime {get;}
    See Also