Skip to content

Commit ec3ad6f

Browse files
Merge pull request #2655 from MicrosoftDocs/main638856255409953881sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents e0e9b09 + 9cbc2ef commit ec3ad6f

11 files changed

+89
-2
lines changed

data-explorer/kusto/query/ago-function.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ T | where Timestamp > ago(1h)
4343
* [timespan datatype](scalar-data-types/timespan.md)
4444
* [totimespan datatype](./totimespan-function.md)
4545
* [make-timespan function](make-timespan-function.md)
46+
* [startofday function](./startofday-function.md)
47+
* [startofweek function](./startofweek-function.md)
48+
* [startofmonth function](./startofmonth-function.md)
49+
* [startofyear function](./startofyear-function.md)
50+
* [endofday function](./endofday-function.md)
51+
* [endofweek function](./endofweek-function.md)
52+
* [endofmonth function](./endofmonth-function.md)
53+
* [endofyear function](./endofyear-function.md)

data-explorer/kusto/query/day-of-week-function.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,8 @@ print Timespan = dow, Integer = toint(dow/1d)
8989

9090
## Related content
9191

92-
[The timespan data type](scalar-data-types/timespan.md)
92+
* [The timespan data type](scalar-data-types/timespan.md)
93+
* [startofweek function](./startofweek-function.md)
94+
* [endofweek function](./endofweek-function.md)
95+
* [week_of_year function](./week-of-year-function.md)
96+
* [ago function](./ago-function.md)

data-explorer/kusto/query/endofday-function.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ The following example returns the end of the day for the specified date.
4949
|2016-12-31 23:59:59.9999999|
5050
|2017-01-01 23:59:59.9999999|
5151
|2017-01-02 23:59:59.9999999|
52+
53+
## Related content
54+
55+
* [startofday function](./startofday-function.md)
56+
* [endofweek function](./endofweek-function.md)
57+
* [endofmonth function](./endofmonth-function.md)
58+
* [endofyear function](./endofyear-function.md)

data-explorer/kusto/query/endofmonth-function.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ The following example returns the end of the month for the specified date.
4949
|2016-12-31 23:59:59.9999999|
5050
|2017-01-31 23:59:59.9999999|
5151
|2017-02-28 23:59:59.9999999|
52+
53+
## Related content
54+
55+
* [startofmonth function](./startofmonth-function.md)
56+
* [endofday function](./endofday-function.md)
57+
* [endofweek function](./endofweek-function.md)
58+
* [endofyear function](./endofyear-function.md)

data-explorer/kusto/query/endofweek-function.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ The following example returns the end of the week for the specified date.
5151
|2016-12-31 23:59:59.9999999|
5252
|2017-01-07 23:59:59.9999999|
5353
|2017-01-14 23:59:59.9999999|
54+
55+
## Related content
56+
57+
* [startofweek function](./startofweek-function.md)
58+
* [endofday function](./endofday-function.md)
59+
* [endofmonth function](./endofmonth-function.md)
60+
* [endofyear function](./endofyear-function.md)
61+
* [dayofweek function](./day-of-week-function.md)
62+
* [week_of_year function](./week-of-year-function.md)
63+
* [ago function](./ago-function.md)

data-explorer/kusto/query/endofyear-function.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ The following example returns the end of the year for the specified date.
4949
|2016-12-31 23:59:59.9999999|
5050
|2017-12-31 23:59:59.9999999|
5151
|2018-12-31 23:59:59.9999999|
52+
53+
## Related content
54+
55+
* [startofyear function](./startofyear-function.md)
56+
* [endofday function](./endofday-function.md)
57+
* [endofweek function](./endofweek-function.md)
58+
* [endofmonth function](./endofmonth-function.md)

data-explorer/kusto/query/startofday-function.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ range offset from -1 to 1 step 1
4747
|2016-12-31 00:00:00.0000000|
4848
|2017-01-01 00:00:00.0000000|
4949
|2017-01-02 00:00:00.0000000|
50+
51+
## Related content
52+
53+
* [startofweek function](./startofweek-function.md)
54+
* [startofmonth function](./startofmonth-function.md)
55+
* [startofyear function](./startofyear-function.md)
56+
* [endofday function](./endofday-function.md)
57+
* [endofweek function](./endofweek-function.md)
58+
* [endofmonth function](./endofmonth-function.md)
59+
* [endofyear function](./endofyear-function.md)

data-explorer/kusto/query/startofmonth-function.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ range offset from -1 to 1 step 1
4747
|2016-12-01 00:00:00.0000000|
4848
|2017-01-01 00:00:00.0000000|
4949
|2017-02-01 00:00:00.0000000|
50+
51+
## Related content
52+
53+
* [startofday function](./startofday-function.md)
54+
* [startofweek function](./startofweek-function.md)
55+
* [startofyear function](./startofyear-function.md)
56+
* [endofday function](./endofday-function.md)
57+
* [endofweek function](./endofweek-function.md)
58+
* [endofmonth function](./endofmonth-function.md)
59+
* [endofyear function](./endofyear-function.md)

data-explorer/kusto/query/startofweek-function.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ range offset from -1 to 1 step 1
4949
|2016-12-25 00:00:00.0000000|
5050
|2017-01-01 00:00:00.0000000|
5151
|2017-01-08 00:00:00.0000000|
52+
53+
## Related content
54+
55+
* [dayofweek function](./day-of-week-function.md)
56+
* [endofweek function](./endofweek-function.md)
57+
* [week_of_year function](./week-of-year-function.md)
58+
* [ago function](./ago-function.md)

data-explorer/kusto/query/startofyear-function.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,13 @@ range offset from -1 to 1 step 1
4747
|2016-01-01 00:00:00.0000000|
4848
|2017-01-01 00:00:00.0000000|
4949
|2018-01-01 00:00:00.0000000|
50+
51+
## Related content
52+
53+
* [startofday function](./startofday-function.md)
54+
* [startofweek function](./startofweek-function.md)
55+
* [startofmonth function](./startofmonth-function.md)
56+
* [endofday function](./endofday-function.md)
57+
* [endofweek function](./endofweek-function.md)
58+
* [endofmonth function](./endofmonth-function.md)
59+
* [endofyear function](./endofyear-function.md)

0 commit comments

Comments
 (0)