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


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

    Parameters

    profileNumber
    dateTime
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also