示例#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));
 }