VintaSoft Barcode .NET SDK 16.0: 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also