Skip to content

Commit 0995f27

Browse files
delete links to core repo
1 parent 0111d47 commit 0995f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-expressions/functions-in-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This topic lists the functions that you can use in an [expression](expressions-o
2727
| Function | Description | Example |
2828
|---|---|---|
2929
| IsThisWeek(Date) | Returns `True` if the specified date falls within the current week.| _Example_: `IsThisWeek([OrderDate])` |
30-
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the [CriteriaOperator.Parse](/CoreLibraries/DevExpress.Data.Filtering.CriteriaOperator.Parse.overloads?v=25.1) method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
30+
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the `Parse` method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
3131
|IsThisYear(Date) | Returns `True` if the specified date falls within the current year. | _Example_: `IsThisYear([OrderDate])` |
3232
|LocalDateTimeLastMonth() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is one month before the current date, and the time part of 00:00:00. | _Example_: `AddMonths(LocalDateTimeLastMonth(), 5)` |
3333
|LocalDateTimeLastYear() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is the first day of the previous year, and the time part of 00:00:00. | _Example_: `AddYears(LocalDateTimeLastYear(), 5)` |

reporting-for-web/articles/report-designer/use-expressions/functions-in-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This topic lists the functions that you can use in an [expression](expressions-o
2525
| Function | Description | Example |
2626
|---|---|---|
2727
| IsThisWeek(Date) | Returns `True` if the specified date falls within the current week.| _Example_: `IsThisWeek([OrderDate])` |
28-
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the [CriteriaOperator.Parse](/CoreLibraries/DevExpress.Data.Filtering.CriteriaOperator.Parse.overloads?v=25.1) method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
28+
|IsThisMonth(Date) | Returns `True` if the specified date falls within the current month. <br>To create the **IsThisMonth** operator using the `Parse` method, use the following syntax: **CriteriaOperator.Parse(“IsThisMonth(StartDate)”)**. | _Example_: `IsThisMonth([OrderDate])` |
2929
|IsThisYear(Date) | Returns `True` if the specified date falls within the current year. | _Example_: `IsThisYear([OrderDate])` |
3030
|LocalDateTimeLastMonth() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is one month before the current date, and the time part of 00:00:00. | _Example_: `AddMonths(LocalDateTimeLastMonth(), 5)` |
3131
|LocalDateTimeLastYear() | Returns the [DateTime](https://learn.microsoft.com/dotnet/api/system.datetime) value that has the date part that is the first day of the previous year, and the time part of 00:00:00. | _Example_: `AddYears(LocalDateTimeLastYear(), 5)` |

0 commit comments

Comments
 (0)