NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SelectionRange.End

Returns the ending time of this range.

[Visual Basic]
Public Property End As DateTime
[C#]
public DateTime End {get; set;}
[C++]
public: __property DateTime get_End();
public: __property void set_End(DateTime);
[JScript]
public function get End() : DateTime;
public function set End(DateTime);

See Also

SelectionRange Class | SelectionRange Members | System.WinForms Namespace