FarsiLibrary.Utils.PersianCultureInfo.SetCalendar C# (CSharp) Method

SetCalendar() protected method

protected SetCalendar ( ) : void
return void
        protected void SetCalendar()
        {
            ReflectionHelper.SetField(format, FieldNames.Calendar, systemCalendar);
            base.DateTimeFormat = format;
        }