Exemplo n.º 1
0
 public virtual string YearString(QDate date, KCalendarSystem.StringFormat format)
 {
     return (string) interceptor.Invoke("yearString#$", "yearString(const QDate&, KCalendarSystem::StringFormat) const", typeof(string), typeof(QDate), date, typeof(KCalendarSystem.StringFormat), format);
 }
Exemplo n.º 2
0
 public virtual string WeekDayName(QDate date, KCalendarSystem.WeekDayNameFormat format)
 {
     return (string) interceptor.Invoke("weekDayName#$", "weekDayName(const QDate&, KCalendarSystem::WeekDayNameFormat) const", typeof(string), typeof(QDate), date, typeof(KCalendarSystem.WeekDayNameFormat), format);
 }
Exemplo n.º 3
0
 public abstract string MonthName(int month, int year, KCalendarSystem.MonthNameFormat format);
Exemplo n.º 4
0
 public abstract string WeekDayName(int weekDay, KCalendarSystem.WeekDayNameFormat format);
Exemplo n.º 5
0
 /// <remarks>
 ///  Changes the calendar system to use.  Can use its own local locale if set.
 /// <param> name="calendar" the calendar system object to use, defaults to global
 /// </param></remarks>        <return> @c true if the calendar system was successfully set, @c false otherwise
 ///      </return>
 ///         <short>    Changes the calendar system to use.</short>
 public bool SetCalendar(KCalendarSystem calendar)
 {
     return (bool) interceptor.Invoke("setCalendar#", "setCalendar(KCalendarSystem*)", typeof(bool), typeof(KCalendarSystem), calendar);
 }