VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PpnBarcodeValue Class / ExpiryDate Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ExpiryDate Property (PpnBarcodeValue)
    In This Topic
    Gets or sets the Expiry date.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Expiry date (YYMMDD).")>
    Public Property ExpiryDate As String
    
    
    [Description("Expiry date (YYMMDD).")]
    public string ExpiryDate { get; set; }
    
    
    [Description("Expiry date (YYMMDD).")]
    public: __property string* get_ExpiryDate();
    public: __property void set_ExpiryDate(
    string* value
    );
    [Description("Expiry date (YYMMDD).")]
    public:
    property string^ ExpiryDate { string^ get(); void set(string^ value); }
    Remarks

    The expiry date is generated by the pharmaceutical entrepreneur and forms therefore the relevant data element for the code. The expiry date has the format "YYMMDD".

    Requirements

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

    See Also