RulePredicateDateRange.End Property

Definition

Gets or sets the range end date and time.

public:
 property Nullable<DateTime> End { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public Nullable<DateTime> End { get; set; }
Public Property End As Nullable(Of DateTime)

Property Value

The end of the date range.

Remarks

If the End property is set to null, no end date applies.

Applies to