FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / FastDataLoggingDateAndTime Property


In This Topic
    FastDataLoggingDateAndTime Property
    In This Topic
    Gets a value indicating the date and time associated with fast data logging packet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FastDataLoggingDateAndTime( _
       ByVal deviceNumber As Integer, _
       ByVal outputNumber As Integer, _
       ByVal sampleNumber As Integer _
    ) As Date
    'Usage
     
    
    Dim instance As USB_DLL
    Dim deviceNumber As Integer
    Dim outputNumber As Integer
    Dim sampleNumber As Integer
    Dim value As Date
     
    value = instance.FastDataLoggingDateAndTime(deviceNumber, outputNumber, sampleNumber)
    public DateTime FastDataLoggingDateAndTime( 
       int deviceNumber,
       int outputNumber,
       int sampleNumber
    ) {get;}

    Parameters

    deviceNumber
    outputNumber
    sampleNumber

    Property Value

    Type: System.DateTime
    The value must be between 0 and System.Int32.MaxValue.
    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also