Microsoft SDK for Java

SelectionRange.SelectionRange

Creates a SelectionRange object with the start and end of the range set to null.

Syntax

public SelectionRange()

public SelectionRange( Time lower, Time upper )

public SelectionRange( SelectionRange range )

Parameters

lower

A Time object that represents the start of the selection range.

upper

A Time object that represents the end of the selection range.

range

The existing SelectionRange object to base the new object on.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.