7 packages tagged with “calender”
This package provides the functionality to utilize the features of Syncfusion® WPF BusyIndicator, Button, Split Button, Calendar, Carousel, Chromeless Window, Color Picker, Color Picker Palette, ComboBox, Date-time edit, Double TextBox, Integer TextBox, Percent TextBox, Currency TextBox, Masked TextBox, Menu, Spell checker, Tile View, Time span edit, ToolBar, and Up-down.
PersianDateTime class provide using jalili(shamsi) date in app while storing your date as Gregorian date. This component provide Jalili date class that sync with .net DateTime and usefull for storing Gregorian date in database and using jalili date in application.
Port of the code from http://www.praytimes.org into dotnet library. Muslims perform five prayers a day. Each prayer is given a certain prescribed time during which it must be performed. This library provides easy to use methods to calculate these times based on various calculation methods, geolocation and such. More details in our readme - https://github.com/shabbirh/prayertimescore/blob/master/README.md
Library for convert date to persian calender
Package Description
Intilize persian culture means every usage of DateTime becomes to Hijri and there is no any concern and extra work needed. Simply print datetime in Hijri by `DateTime.Now` or in SQL Server Transactions. Persian Calender as default date/time culture simply by adding this two line in the Startup.cs: Cultures.InitializePersianCulture(); app.UseRequestLocalization();