Skip to content

Commit

Permalink
Update user_proxy_service.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sk750104 authored Sep 6, 2024
1 parent 5437c6d commit bd4af53
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/extensions/user_proxy_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ title: "UserProxyService - ՀԾ-Բանկի ընդլայնման յուրահատ
* [CURRENT_DATE](#CURRENT_DATE)
* [WEEK_BEGIN](#WEEK_BEGIN)
* [WEEK_END](#WEEK_END)
* [MONTH_BEGIN](#MONTH_BEGIN)






MONTH_BEGIN
MONTH_END
PREVIOUS_MONTH_BEGIN
PREVIOUS_MONTH_END
Expand Down Expand Up @@ -1233,9 +1233,19 @@ public DateTime WEEK_END(object parDate = null)
DateTime dt = proxyService.WEEK_BEGIN();
```

## MONTH_BEGIN
```c#
public DateTime MONTH_BEGIN(object parDate = null)
```

Վերադարձնում է parDate պարամետրով փոխանցած կամ ընթացիկ







MONTH_BEGIN
MONTH_END
PREVIOUS_MONTH_BEGIN
PREVIOUS_MONTH_END
Expand Down

0 comments on commit bd4af53

Please sign in to comment.