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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also