RulePredicateDateRange.Start Property

Definition

Gets or sets the range start date and time.

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

Property Value

The start of the date range.

Remarks

If the Start property is set to null, no start date applies.

Applies to