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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also