←Select platform

IssueDate Property

Summary

Card issue date

Syntax

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

Property Value

Date as a string. Default value is null.

Remarks

This value will be null if the reader could not find the issue 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly