RulePredicateDateRange.End Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.