Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Pacote para auxiliar a identificar feriados no Brasil, incluindo datas móveis e ano bisexto.
License
NotificationsYou must be signed in to change notification settings
alexandresanlim/brazil-holidays-dot-net
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Instaleeste pacote via nuget ou linha de comando:
Install-Package BrazilHolidays.Net- Hoje é feriado? (Is today a holiday?)
BrazilHolidays.Net.Today.IsHoliday();
- Uma data especifica é feriado? (Is a specific date a holiday?)
newDateTime(2020,12,25).IsHoliday()
- Lista dos próximos feriados (Get a list of next holidays)
BrazilHolidays.Net.Holiday.GetAllNext();
- Pegar o ultimo (Get the last holiday)
BrazilHolidays.Net.Holiday.GetOld();
- Pegar o próximo (Get the next holiday)
BrazilHolidays.Net.Holiday.GetNext();
- Pegar todos de um determinado mês (Get a list by month)
BrazilHolidays.Net.Holiday.GetAllByMonth(BrazilHolidays.Net.DataStore.Holiday.Months.Dec);
- Feriados para o ano corrente
- Feriados para datas móveis em um ano bissexto e não bissexto.
- Se a data atual é feriado
About
Pacote para auxiliar a identificar feriados no Brasil, incluindo datas móveis e ano bisexto.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
