Constructor TimeExtent
TimeExtent(DateTimeOffset, DateTimeOffset)
Initializes a new instance of the TimeExtent class with the given start and end times.
Declaration
public TimeExtent(DateTimeOffset startTime, DateTimeOffset endTime)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTimeOffset | startTime | The start time. |
| DateTimeOffset | endTime | The end time. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |
TimeExtent(DateTimeOffset)
Initializes a new instance of the TimeExtent class with an instant in time.
Declaration
public TimeExtent(DateTimeOffset timeInstant)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTimeOffset | timeInstant | The time instant. This time represents both the start and end of the extent. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |