Determines if the non month days appear in the first and last months.

Usage

Set_Property(OLECtrlEntID, "OLE.ShowNonMonthDays", Boolean)

Values

[True | False]

Default: True

Remarks

The ShowNonMonthDays property shows or hides the non-month days. Non-month days are the days that appear at the beginning of the first month and at the end of the last month. Users can click selected these days like any other, providing a convenient way of selecting days in nearby months without scrolling.

Example

// Hide non-month days 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.ShowNonMonthDays", 0

See Also

ShowWeekNumbers

  • No labels