←Select platform

DateOfBirth Property

Summary

The cardholder's date of birth.

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

Property Value

The date of birth.

Remarks

The date format is yyyyMMdd for all regions.

Can be null if date of birth 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