DateTimePicker.setCalendarMonthBackground

Overview | Methods | This Package | All Packages

DateTimePicker.setCalendarMonthBackground

Sets the background color used within the current month in the month calendar.

Syntax

public final void setCalendarMonthBackground( Color value )

Parameters

value

A Color object that represents the text color for the month calendar. The default value is the default window background color.

Exceptions

WFCInvalidArgumentException thrown if the specified parameter evaluates to null.

See Also   getCalendarMonthBackground