VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / HibcLicSecondaryDataStructure Class / ExpiryDateStringFormat Property
Syntax Requirements SeeAlso
In This Topic
    ExpiryDateStringFormat Property (HibcLicSecondaryDataStructure)
    In This Topic
    Gets the expiry date string format.
    Syntax
    'Declaration
    
    Public ReadOnly Property ExpiryDateStringFormat As String
    
    
    public string ExpiryDateStringFormat { get; }
    
    
    public: __property string* get_ExpiryDateStringFormat();
    
    
    
    public:
    property string^ ExpiryDateStringFormat { string^ get(); }

    Property Value

    Available date string formats:
    • YYMM
    • YYMMDD
    • YYMMDDHH
    • MMYY
    • MMDDYY
    • YYJJJ
    • YYJJJHH
    where YY - year 00..99
    MM - month 01..12
    DD - day 01..31
    JJJ - Julian day 001..365
    HH - hour 00..23
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also