ApiFeedback().SearchGetTime

Returns the time-stamp of the current utterance in the search results.

Description

After a call to ApiFeedback().Search, the results are placed in an array structure that may be referenced iteratively. This method returns the date/time of the current indexed utterance that was a result of that previous search.

Example Usage (C#)


string result = _core.ApiFeedback().SearchGetTime();

Parameters

None.

Returns

A string value containing the formatted date/time of the utterance.

See Also

  • ApiFeedback().Search
  • ApiFeedback().SearchRemoveFromStack
  • ApiFeedback().SearchGetString
  • ApiFeedback().SearchNext