FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetFirmwareYear Method


In This Topic
    GetFirmwareYear Method
    In This Topic
    Gets firmware year of device.
    Syntax
    'Declaration
     
    
    Public Function GetFirmwareYear() As String
    'Usage
     
    
    Dim instance As Device
    Dim value As String
     
    value = instance.GetFirmwareYear()
    public string GetFirmwareYear()

    Return Value

    Firmware year
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also