Beispiel #1
0
        public static string GetDateTimePattern(int style, CultureInfo locale)
        {
            string pattern = DateFormat.GetDateTimePattern(style, style, locale);

            return(pattern);
        }
Beispiel #2
0
 public static string Convert(CultureInfo locale, DateFormat df)
 {
     throw new NotImplementedException("DateFormatConverter.Convert with DateFormat is not implemented");
     //string ptrn = ((SimpleDateFormat)df).ToPattern();
     //    return convert(locale, ptrn);
 }