예제 #1
0
파일: QDate.cs 프로젝트: micro-chen/qyoto
 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));
 }
예제 #2
0
파일: QDate.cs 프로젝트: micro-chen/qyoto
 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));
 }