Constructor TimeExtent
TimeExtent(DateTimeOffset, DateTimeOffset)
Initializes a new instance of the Time
Declaration
public TimeExtent(DateTimeOffset startTime, DateTimeOffset endTime)
Parameters
Type | Name | Description |
---|---|---|
Date |
startTime | The start time. |
Date |
endTime | The end time. |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
TimeExtent(DateTimeOffset)
Initializes a new instance of the Time
Declaration
public TimeExtent(DateTimeOffset timeInstant)
Parameters
Type | Name | Description |
---|---|---|
Date |
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 |