Skip to main content
All docs
V25.1
  • AzureTrafficIncidentResult.EndDate Property

    Returns the estimated end date of the incident, if available. The date is described in the ISO8601 format.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public DateTime EndDate { get; }

    Property Value

    Type Description
    DateTime

    The estimated end date of the incident.

    See Also