public static Quarter ToQuarter(this string obj)
#endif
        {
            return(Quarter.FromString(obj));
        }