MonthCalendar


This built-in control allows you to easily built-in a month calendar functionality into your controls.

The control uses following text constants you can add to your translation matrix to provide your app with localized variants of the texts.

  • Month names: January, February, March, April, May, June, July, August, September, October, November, December.
  • Month short names: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.
  • Day of week short names: Mo, Tu, We, Th, Fr, Sa, Su.
  • Other: Today.

All the constants are in translation category named Calendar. To find out how to add translation to your applications please refer to Internationalization guide article.

You may find all these constants and category name in Constants of the Nitisa framework and use them instead of string values.


Interfaces

Classes