Exemplo n.º 1
0
 public static string LongDayName(int weekday, QDate.MonthNameType type)
 {
     return((string)staticInterceptor.Invoke("longDayName$$", "longDayName(int, QDate::MonthNameType)", typeof(string), typeof(int), weekday, typeof(QDate.MonthNameType), type));
 }
Exemplo n.º 2
0
 public static string ShortMonthName(int month, QDate.MonthNameType type)
 {
     return((string)staticInterceptor.Invoke("shortMonthName$$", "shortMonthName(int, QDate::MonthNameType)", typeof(string), typeof(int), month, typeof(QDate.MonthNameType), type));
 }