This document is archived and information here might be outdated. Recommended version. |
Indicates if time is displayed in directions.
[Visual Basic .NET]
Public Property DisplayTime As Boolean
[C#]
public bool DisplayTime {get; set;}
[C++]
HRESULT get_DisplayTime(
Boolean* display
);
[C++]
HRESULT put_DisplayTime(
VARIANT_BOOL display
);
[C++] Parameters display [out, retval]
display is a parameter of type bool* display [in]
display is a parameter of type bool
DisplayTime indicates if the direction driving time should be displayed or not.