←Select platform

ExpirationDate Property (AAMVAID)

Summary

Gets the expiration date.

Syntax
C#
VB
Objective-C
C++
Java
public string ExpirationDate { get; } 
Public Property ExpirationDate As System.String 
@property (nonatomic, nullable, copy, readonly) NSString * expirationDate 
public String getExpirationDate() 
public: 
property ExpirationDate { 
   System::String^ get(); 
} 

Property Value

The expiration date.

Remarks

The date format is yyyyMMdd for all regions.

Can be null if expiration date is not encoded in the barcode data used to create the AAMVAID.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly