RulePredicateDateRange.Start 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 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.