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 profile As Integer, _
       ByVal dateTime As Date _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim profile As Integer
    Dim dateTime As Date
     
    instance.SetProfileXCalibrationDateAndTime(profile, dateTime)
    public void SetProfileXCalibrationDateAndTime( 
       int profile,
       DateTime dateTime
    )

    Parameters

    profile
    dateTime
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also