←Select platform

IssueDate Property

Summary

The card's issue date.

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

Property Value

A string representing the card's issue date.

Remarks

The date format is yyyyMMdd for all regions.

If the card's issue date is not encoded in the barcode data used to create the AAMVAID, then IssueDate is null.

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