Factoid.Date Field

Factoid.Date Field

A constant string value that is used to increase recognition accuracy by providing a date context to a recognizer.

Definition

Visual Basic .NET Public Shared Date As String
C# public static String Date;
Managed C++ public: static String Date;

Field Value

System.String. The string that indicates to a recognizer to look for characters that denote a date.

This field is read-only. This field has no default value.

Remarks

Examples of dates are: 10/30/2001, '01, 31/12, 12/99, 1999-2000.

See Also