←Select platform

BirthDate Property

Summary

Birth date of the card holder

Syntax
C#
VB
C++
Java
public FieldResult BirthDate { get; set; } 
Public Property BirthDate() As FieldResult 
   Get 
   Set 
public:  
   property FieldResult^ BirthDate 
   { 
      FieldResult^ get() 
      void set(FieldResult^ value) 
   } 
public FieldResult getBirthDate(); 
public void setBirthDate( 
   FieldResult fieldResult 
); 

Property Value

Date as a string. Default value is null.

Remarks

This value will be null if the reader could not find the birth date.

Refer to IDCardResults for information on how the date is formatted and how it can be parsed.

Example

For an example, refer to IDCardReader.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly