Registry / utility / kf5holidays

kf5holidays

JSON →
library5.116.0vcpkgunverified

Holiday calculation library

vcpkg install kf5holidays
INSTALL
IMPORT
SIG · KF5HOLIDAYS
K
kf5holidays
utilitycppv5.116.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KHolidays/KHolidays
#include <KHolidays/KHolidays>

Lists holidays for the current date in the US region.

#include <KHolidays/KHolidays> #include <iostream> int main() { KHolidays::HolidayRegion region("us"); auto holidays = region.holidays(QDate::currentDate()); for (const auto &h : holidays) { std::cout << h.name().toStdString() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

kf5holidays — pip install kf5holidays · libregistry