ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeParameters Class
Members

In This Topic
    TimeParameters Class
    In This Topic
    Represents a set of properties for describing a time filter assigned to a MapMember.
    Object Model
    TimeParameters ClassTimeDelta ClassTimeDelta ClassTimeRange Class
    Syntax
    public class TimeParameters 
    Public Class TimeParameters 
    Remarks
    Achieve a fixed time extent filter by setting the TimeRange.Start and/or TimeRange.End properties.

    Achieve a time filter based on a single attribute field by setting the StartTimeFieldName property.

    Achieve a time filter for data with both start and end times by setting the StartTimeFieldName and EndTimeFieldName properties.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.TimeParameters

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also