コード例 #1
0
        public void LimBatchTest()
        {
            Console.WriteLine((new CultureInfo("en-US")).DateTimeFormat.ShortDatePattern);
            Console.WriteLine((new CultureInfo("ru-RU")).DateTimeFormat.ShortDatePattern);
            Console.WriteLine((new CultureInfo("ka-GE")).DateTimeFormat.ShortDatePattern);
            Console.WriteLine((new CultureInfo("az-Latn-AZ")).DateTimeFormat.ShortDatePattern);
            Console.WriteLine((new CultureInfo("kk-KZ")).DateTimeFormat.ShortDatePattern);

            m_Factory.LimBatchTest(1780000241, 40580000000);
        }