File tree Expand file tree Collapse file tree
content/en/docs/refguide/modeling/xpath/xpath-constraints Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : " XPath Keywords and System Variables"
33url : /refguide/xpath-keywords-and-system-variables/
4- tags : ["studio pro", "BeginOfCurrent"]
4+ tags : ["studio pro", "BeginOfCurrent", "system variables" ]
55---
66
77## 1 Overview
@@ -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 yesterday. |
71+ | ` [%BeginOfYesterdayUTC%] ` | The date and time at the beginning of yesterday in UTC. |
72+ | ` [%EndOfYesterday%] ` | The date and time at the end of yesterday. |
73+ | ` [%EndOfYesterdayUTC%] ` | The date and time at the end of yesterday in UTC. |
74+ | ` [%BeginOfTomorrow%] ` | The date and time at the beginning of tomorrow. |
75+ | ` [%BeginOfTomorrowUTC%] ` | The date and time at the beginning of tomorrow in UTC. |
76+ | ` [%EndOfTomorrow%] ` | The date and time at the end of tomorrow. |
77+ | ` [%EndOfTomorrowUTC%] ` | The date and time at the end of tomorrow 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. |
You can’t perform that action at this time.
0 commit comments