how can convert persian datettime to DateTime with c#?

c#, winforms

Solution

There are a bunch of articles on CodeProject you might find useful:

Persian DateTime Farsi Library - Working with Dates, Calendars, and DatePickers

Search CodeProject for "Persian" and I bet you'll find a lot of useful stuff.

Problem

i have one texbox in form that user insert persian DateTime i want convert persian date to Datetime for Save in sql thanx for answers

Original source