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

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    public DateTime EndDate { get; }

    Property Value

    Type Description
    DateTime

    The estimated end date of the incident.

    See Also