Route.EstimatedDuration Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property EstimatedDuration As TimeSpan
public TimeSpan EstimatedDuration { get; internal set; }
public:
virtual property TimeSpan EstimatedDuration {
    TimeSpan get () sealed;
    internal: void set (TimeSpan value) sealed;
}
abstract EstimatedDuration : TimeSpan with get, internal set 
override EstimatedDuration : TimeSpan with get, internal set

Property Value

Type: System.TimeSpan

Implements

IRoutePath.EstimatedDuration

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Route Class

Microsoft.Phone.Maps.Services Namespace