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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also