Expiry Date Text

Defined in framework ScanditLabelCapture

SDCExpiryDateText
@interface SDCExpiryDateText : SDCTextField

Added in version 6.21.0

This class is used to define an expiry date field in a SDCLabelDefinition.

- initWithName:
- (instancetype)initWithName:(NSString *)name

Added in version 6.21.0

Builds a new instance of this class with the provided name.

+ fieldWithName:
+ (instancetype)fieldWithName:(NSString *)name

Added in version 6.21.0

Builds a new instance of this class with the provided name.

dataTypePatterns
@property (nonatomic, strong, nullable) NSArray<NSString *> *dataTypePatterns

Added in version 7.1.0

Used to get and set the text patterns (data type patterns) associated with this instance.

labelDateFormat
@property (nonatomic, strong, nullable) SDCLabelDateFormat *labelDateFormat

Added in version 7.1.0

Used to get and set the SDCLabelDateFormat used to parse dates.