Represents a results of the date match.
Inheritance Hierarchy
NReco.NLQuery.Matchers.Match
NReco.NLQuery.Matchers.DateMatch
Namespace: NReco.NLQuery.Matchers
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The DateMatch type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DateMatch() | Initializes a new instance of the DateMatch class | |
| DateMatch(DateMatch) | Initializes a new instance of the DateMatch class |
Properties
| Name | Description | |
|---|---|---|
| Day |
Day component of the date match (1-31).
| |
| End |
End token. Can be equal to Start if only one token is matched.
(Inherited from Match.) | |
| Month |
Month component of the date match (1-12).
| |
| Score |
Measure that reflects match score (0..1).
(Inherited from Match.) | |
| Start |
Start token.
(Inherited from Match.) | |
| Year |
Year component of the date match (4-digit).
|
Methods
| Name | Description | |
|---|---|---|
| Clone | (Inherited from Match.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides Object.ToString().) |
See Also
