[]
        
(Showing Draft Content)

C1.Win.Calendar.PredefinedRange.-ctor

PredefinedRange Constructor

PredefinedRange()

Initializes a new instance of the PredefinedRange class.

Declaration
public PredefinedRange()
Public Sub New()

PredefinedRange(DateTime, DateTime, string)

Initializes a new instance of the PredefinedRange class.

Declaration
public PredefinedRange(DateTime minValue, DateTime maxValue, string name = "")
Public Sub New(minValue As Date, maxValue As Date, Optional name As String = "")
Parameters
Type Name Description
DateTime minValue

The minimum date in this predefined range.

DateTime maxValue

The maximum date in this predefined range.

string name

The name that appears in the list of user-defined date ranges in the drop-down calendar.