ALDateValue Class Reference

Inherits from NSObject
Declared in ALPluginResult.h

Overview

Describes the date value of an ID field

  confidence

The confidence value

@property (nonatomic, assign) NSInteger confidence

Declared In

ALPluginResult.h

  day

The day

@property (nonatomic, assign) NSInteger day

Declared In

ALPluginResult.h

  formattedText

The formatted text value

@property (nonatomic, copy) NSString *formattedText

Declared In

ALPluginResult.h

  month

The month

@property (nonatomic, assign) NSInteger month

Declared In

ALPluginResult.h

  text

The text value

@property (nonatomic, copy) NSString *text

Declared In

ALPluginResult.h

  year

The year

@property (nonatomic, assign) NSInteger year

Declared In

ALPluginResult.h