Skip to content

Commit 4db79d3

Browse files
committed
Add XPath time-related tokens
1 parent 717e39f commit 4db79d3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/xpath/xpath-constraints/xpath-keywords-and-system-variables.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ The following tokens can be used to obtain a date and time value:
6767
| `[%BeginOfCurrentDayUTC%]` | The date and time at the beginning of the current day in UTC. |
6868
| `[%EndOfCurrentDay%]` | The date and time at the end of the current day. |
6969
| `[%EndOfCurrentDayUTC%]` | The date and time at the end of the current day in UTC. |
70+
| `[%BeginOfYesterday%]` | The date and time at the beginning of the day before the current day. |
71+
| `[%BeginOfYesterdayUTC%]` | The date and time at the beginning of the day before the current day in UTC. |
72+
| `[%EndOfYesterday%]` | The date and time at the end of the day before the current day. |
73+
| `[%EndOfYesterdayUTC%]` | The date and time at the end of the day before the current day in UTC. |
74+
| `[%BeginOfTomorrow%]` | The date and time at the beginning of the day after the current day. |
75+
| `[%BeginOfTomorrowUTC%]` | The date and time at the beginning of the day after the current day in UTC. |
76+
| `[%EndOfTomorrow%]` | The date and time at the end of the day after the current day. |
77+
| `[%EndOfTomorrowUTC%]` | The date and time at the end of the day after the current day in UTC. |
7078
| `[%BeginOfCurrentWeek%]` | The date and time at the beginning of the current week. |
7179
| `[%BeginOfCurrentWeekUTC%]` | The date and time at the beginning of the current week in UTC. |
7280
| `[%EndOfCurrentWeek%]` | The date and time at the end of the current week. |

0 commit comments

Comments
 (0)