public final class ClearRange extends Object
Constructor and Description |
---|
ClearRange() |
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
Get the end property: The end property.
|
long |
getStart()
Get the start property: The start property.
|
ClearRange |
setEnd(long end)
Set the end property: The end property.
|
ClearRange |
setStart(long start)
Set the start property: The start property.
|
public long getStart()
public ClearRange setStart(long start)
start
- the start value to set.public long getEnd()
public ClearRange setEnd(long end)
end
- the end value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.