←Select platform

ExpiryMonth Property

Summary

The ExpiryMonth of the frame.

Syntax

C#
VB
Java
Objective-C
C++
public int ExpiryMonth { get; set; } 
Public Property ExpiryMonth As Integer 
@property (nonatomic, assign) NSUInteger expiryMonth 
             
public int getExpiryMonth() 
public void setExpiryMonth(int value) 
             
public:  
   property Int32 ExpiryMonth 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

An integer representing the number corresponding to the month the card expires.

Remarks

Obtaining good results for the ExpiryMonth and ExpiryYear sometimes requires many frames. Scanning can continue (even after the ScanFrameStatus is NumbersFound), as long as ExpiryMonth and ExpiryYear are equal to 0. The input may be a zero-filled two-digit number, but the output will be the actual month number.

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.CreditCards Assembly