Version

End Property (ActivityBase)

The date and time before which the activity ends.
Syntax
public DateTime End {get; set;}
Remarks

The value of the End property is considered to be exclusive for the purposes of activity queries.

For example, consider an activity whose Start property is set to 9AM, and whose End is set to 10AM. An activity query with a range that begins at 10AM will not include this activity, because the activity's end is compared using a "less than but not equal to" condition.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also