Skip to content

Commit 06aad32

Browse files
authored
Merge pull request #111148 from diberry/diberry/0413-luis-public-issue-51302
[Cogsvcs] LUIS - public issue 51302
2 parents 8f72e68 + cd0593d commit 06aad32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/LUIS/luis-reference-prebuilt-datetimev2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: reference
12-
ms.date: 01/07/2020
12+
ms.date: 04/13/2020
1313
ms.author: diberry
1414
---
1515

@@ -140,7 +140,7 @@ Each element of the `values` array may have the following fields:
140140

141141
|Property name|Property description|
142142
|--|--|
143-
|timex|time, date, or date range expressed in TIMEX format that follows the [ISO 8601 standard](https://en.wikipedia.org/wiki/ISO_8601) and the TIMEX3 attributes for annotation using the TimeML language. This annotation is described in the [TIMEX guidelines](http://www.timeml.org/tempeval2/tempeval2-trial/guidelines/timex3guidelines-072009.pdf).|
143+
|timex|time, date, or date range expressed in TIMEX format that follows the [ISO 8601 standard](https://en.wikipedia.org/wiki/ISO_8601) and the TIMEX3 attributes for annotation using the TimeML language.|
144144
|mod|term used to describe how to use the value such as `before`, `after`.|
145145
|type|The subtype, which can be one of the following items: `datetime`, `date`, `time`, `daterange`, `timerange`, `datetimerange`, `duration`, `set`.|
146146
|value|**Optional.** A datetime object in the Format yyyy-MM-dd (date), HH:mm:ss (time) yyyy-MM-dd HH:mm:ss (datetime). If `type` is `duration`, the value is the number of seconds (duration) <br/> Only used if `type` is `datetime` or `date`, `time`, or `duration.|

0 commit comments

Comments
 (0)