FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / GetChannelXCalibrationDateAndTime Method


In This Topic
    GetChannelXCalibrationDateAndTime Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXCalibrationDateAndTime( _
       ByVal channelNumber As Integer _
    ) As Date
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim channelNumber As Integer
    Dim value As Date
     
    value = instance.GetChannelXCalibrationDateAndTime(channelNumber)
    public DateTime GetChannelXCalibrationDateAndTime( 
       int channelNumber
    )

    Parameters

    channelNumber
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also