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


In This Topic
    SetChannelXCalibrationDateAndTime Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXCalibrationDateAndTime( _
       ByVal channelNumber As Integer, _
       ByVal dateTime As Date _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim channelNumber As Integer
    Dim dateTime As Date
     
    instance.SetChannelXCalibrationDateAndTime(channelNumber, dateTime)
    public void SetChannelXCalibrationDateAndTime( 
       int channelNumber,
       DateTime dateTime
    )

    Parameters

    channelNumber
    dateTime
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also