Public Function New( _ ByVal value As Double, _ ByVal timeUnit As TimeUnit _ )
public TimeDelta( double value, TimeUnit timeUnit )
{ //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)
TimeDelta Class TimeDelta Members