Parameters
- timeDelta
- The time interval to offset the current instance by.
Return Value
A new TimeRange that is equal to this instance offset by the time interval represented by timeDelta.
{
//Step current map time forward by 1 month
TimeDelta timeDelta = new(1, TimeUnit.Months);
mapView.Time = mapView.Time.Offset(timeDelta);
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)