MD.PersianDateTime | A C # library to use PersianCalendar as easy as DateTime | Date Time Utils library
kandi X-RAY | MD.PersianDateTime Summary
kandi X-RAY | MD.PersianDateTime Summary
MD.PersianDateTime is a C# library typically used in Utilities, Date Time Utils applications. MD.PersianDateTime has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
A C# library to use PersianCalendar as easy as DateTime تقویم شمسی و هجری قمری در C#.
A C# library to use PersianCalendar as easy as DateTime تقویم شمسی و هجری قمری در C#.
Support
Quality
Security
License
Reuse
Support
MD.PersianDateTime has a low active ecosystem.
It has 95 star(s) with 13 fork(s). There are 9 watchers for this library.
It had no major release in the last 12 months.
There are 5 open issues and 19 have been closed. On average issues are closed in 162 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of MD.PersianDateTime is v2.4.1
Quality
MD.PersianDateTime has no bugs reported.
Security
MD.PersianDateTime has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
MD.PersianDateTime does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
MD.PersianDateTime releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MD.PersianDateTime
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MD.PersianDateTime
MD.PersianDateTime Key Features
No Key Features are available at this moment for MD.PersianDateTime.
MD.PersianDateTime Examples and Code Snippets
Copy
yyyy: سال چهار رقمی
yy: سال دو رقمی
MMMM: نام فارسی ماه
MM: عدد دو رقمی ماه
M: عدد یک رقمی ماه
dddd: نام فارسی روز هفته
dd: عدد دو رقمی روز ماه
d: عدد یک رقمی روز ماه
HH: ساعت دو رقمی با فرمت 00 تا 24
H: ساعت یک رقمی با فرمت 0 تا 24
hh: ساعت دو رقمی
Copy
var persianDateTime = new PersianDateTime(DateTime.Now);
var persianDateTime = new PersianDateTime(1394, 5, 9);
var persianDateTime = new PersianDateTime(1394, 5, 9, 10, 5, 3);
var persianDateTime = new PersianDateTime(1394, 5, 9, 10, 5, 3, 103);
v
Copy
var persianDateTime1 = new PersianDateTime(1396, 03, 28);
persianDateTime1 = persianDateTime1 + new TimeSpan(0, 0, 12); // add 12 minutes
persianDateTime1 = persianDateTime1 - new TimeSpan(0, 0, 1); // subtract 1 minutes
persianDateTime1 = persianDa
Community Discussions
Trending Discussions on MD.PersianDateTime
QUESTION
Dependency does not support framework .NETStandard,Version=v1.6, Visual Studio 2015.3
Asked 2017-Feb-21 at 04:08
I've created a .Net class library in .Net Core Visual Studio 2015.3: https://www.nuget.org/packages/MD.PersianDateTime.Core/
Project.json
of above package :
ANSWER
Answered 2017-Feb-18 at 10:57Update your dotnet core version to latest (Latest version) ---> link
then you also need to update this version number in global.json
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MD.PersianDateTime
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page