Click here to Skip to main content
15,896,201 members
Articles / Desktop Programming / Windows Forms

Farsi Library - Working with Dates, Calendars, and DatePickers

Rate me:
Please Sign up or sign in to vote.
4.93/5 (236 votes)
21 Nov 2007MIT8 min read 2.9M   95.2K   202  
A library to work with "Persian Calendar", "Hijri Calendar", and "Gregorian Calendar" with WinForms GUI controls designed for Persian (Farsi) or Arabic language applications in mind, but usable in any Windows application that makes use of calendars and dates.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarsiLibrary.Win", "FarsiLibrary.Win\FarsiLibrary.Win.csproj", "{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarsiLibrary.Utils", "FarsiLibrary.Utils\FarsiLibrary.Utils.csproj", "{ED29E567-C801-49E9-8C33-CFB66042B07B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarsiLibrary.Resources", "FarsiLibrary.Resources\FarsiLibrary.Resources.csproj", "{E5575624-4B92-4E51-B98B-20F31FE5B5B4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FarsiLibrary.Test", "FarsiLibrary.Test\FarsiLibrary.Test\FarsiLibrary.Test.csproj", "{A5EE7D36-30E7-49AB-90EC-97836840C144}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Release|.NET.ActiveCfg = Release|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Release|Any CPU.Build.0 = Release|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{83C3AEB8-5322-4DB6-9E7E-4BF8A319DCE7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Release|.NET.ActiveCfg = Release|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Release|Any CPU.Build.0 = Release|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{ED29E567-C801-49E9-8C33-CFB66042B07B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Release|.NET.ActiveCfg = Release|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Release|Any CPU.Build.0 = Release|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{E5575624-4B92-4E51-B98B-20F31FE5B5B4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Release|.NET.ActiveCfg = Release|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Release|Any CPU.Build.0 = Release|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{A5EE7D36-30E7-49AB-90EC-97836840C144}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) Readify
Australia Australia
Working on both Java and .NET Technology, I have developed various enterprise level applications on both platforms. Currently, I am working as a Senior Software Developer at Readify which is a leading company on .NET technology in Australia.

Comments and Discussions