-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle hijri holidays of 1401 and 1402
- Loading branch information
hamed
committed
May 6, 2022
1 parent
1cc69b1
commit 6a1d0f2
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6a1d0f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
با سلام و عرض خسته نباشید
ببخشید چگونه میتوانم تعداد روزهای کاری را در یک بازه تاریخی بدست آورم؟
var d1 = new PersianDateTime(1397, 8, 1);
var d2 = new PersianDateTime(1397, 8, 30);
PersianDateTime.GetWorkingDays(d1,d2);
کد بالا را وقتی در برنامه ام که windows form application است استفاده میکنم متد ()PersianDateTime.GetWorkingDays را تشخیص نمی دهد.
6a1d0f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
سلام پویا جان
متاسفانه بعد از برخی تغییراتی که توی کد داشتیم مستندات پروژه بروزرسانی نشد.
الان این بروزرسانی انجام شده
شما هم برای انجام موردی که میخواین از این قطعه کد استفاده کنید:
6a1d0f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.