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


In This Topic
    GetProfileXCalibrationDateAndTime Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXCalibrationDateAndTime( _
       ByVal profileNumber As Integer _
    ) As Date
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim profileNumber As Integer
    Dim value As Date
     
    value = instance.GetProfileXCalibrationDateAndTime(profileNumber)
    public DateTime GetProfileXCalibrationDateAndTime( 
       int profileNumber
    )

    Parameters

    profileNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also