Share via


DateRangeCriterion.RangeEndValue property

The end date of the range.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property RangeEndValue As DateTime
    Get
    Set
'Usage
Dim instance As DateRangeCriterion
Dim value As DateTime

value = instance.RangeEndValue

instance.RangeEndValue = value
[RemoteAttribute]
public DateTime RangeEndValue { get; set; }

Property value

Type: System.DateTime
Use 00:00:00.0000000, January 1, 0001 to represent no end date.

See also

Reference

DateRangeCriterion class

DateRangeCriterion members

Microsoft.SharePoint.WorkManagement.Client namespace