←Select platform

ExpirationDate Property

Summary

The expiration date.

Syntax
C#
VB
C++
public string ExpirationDate { get; set; } 
Public Property ExpirationDate() As String 
   Get 
   Set 
public:  
   property String^ ExpirationDate 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representing 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.

Requirements

Target Platforms

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

Leadtools.CloudServices Assembly