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

    Gets the date the incident occurred, if available. The date is described in the ISO8601 format.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public DateTime StartDate { get; }

    Property Value

    Type Description
    DateTime

    The date the incident occurred.

    See Also