←Select platform

ExpiryMonth Property

Summary

The ExpiryMonth of this CreditCard object.

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

The month the credit card expires.

Remarks

Month the credit card expires. The month is in a two-digit natural form(January=1, ..., December=12). 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.

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