Factoid.Time Field
Factoid.Time Field |
A constant string value that is used to increase recognition accuracy by providing a time context to a recognizer.
Definition
Visual Basic .NET Public Shared Time As String C# public static String Time; Managed C++ public: static String Time;
Field Value
System.String. The string that indicates to a recognizer to look for characters that denote a time.
This field is read-only. This field has no default value.
Remarks
Examples of times are: 12:23:00 PM, 12:30, 24:30, 12:23:01, 1:12 A.M.
See Also