Method StartAt
StartAt(DateTime)
Creates a new DateTimeRange instance using the End value of this instance and a new value for Start.
Declaration
public DateTimeRange StartAt(DateTime start)
Parameters
| Type | Name | Description |
|---|---|---|
| System.DateTime | start | A System.DateTime to use as the Start value for the new instance. |
Returns
| Type | Description |
|---|---|
| DateTimeRange | A new DateTimeRange instance. |