DateOffsetMatch Class

NReco.NLQuery Class Library Documentation
Represents a result of data offset match.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMatch
    NReco.NLQuery.MatchersDateOffsetMatch

Namespace:  NReco.NLQuery.Matchers
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class DateOffsetMatch : Match

The DateOffsetMatch type exposes the following members.

Constructors

  NameDescription
Public methodDateOffsetMatch
Initializes a new instance of the DateOffsetMatch class
Top
Properties

  NameDescription
Public propertyDay
Day component of the date match (1-31).
Public propertyEnd
End token. Can be equal to Start if only one token is matched.
(Inherited from Match.)
Public propertyMonth
Month component of the date match (1-12).
Public propertyScore
Measure that reflects match score (0..1).
(Inherited from Match.)
Public propertyStart
Start token.
(Inherited from Match.)
Public propertyYear
Year component of the date match (4-digit).
Top
Methods

  NameDescription
Public methodClone (Inherited from Match.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToDate
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference