The code in question is below:
public static string ChangePersianDate(DateTime dateTime) { System.Globalization.GregorianCalendar PC = new System.Globa
How about:
dateTime.ToString("tt", CultureInfo.InvariantCulture);