HandCoded.Finance.Calendar.Calendar C# (CSharp) 메소드

Calendar() 정적인 개인적인 메소드

Initialises the Calendar cache by parsing a standard set of definitions held in a XML file distributed with the toolkit.
static private Calendar ( ) : System
리턴 System
        static Calendar()
        {
            log.Debug ("Bootstrapping");

            try {
                ParseCalendars (Application.PathTo (
                    ConfigurationManager.AppSettings ["HandCoded.FpML Toolkit.StandardCalendars"]));
            }
            catch (Exception error) {
                log.Fatal ("Unable to load standard calendar definitions", error);
            }

            log.Debug ("Completed");
        }

Same methods

Calendar::Calendar ( string name ) : System