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


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

    Return Value

    Firmware month
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also