ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TimeParameters Class
Properties Methods


In This Topic
    TimeParameters Class Members
    In This Topic

    The following tables list the members exposed by TimeParameters.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets and sets a second time field name. Use this if features have both start and end times stored in two fields.  
    Public Property Gets and sets if time is cumulative. Default value is false.  
    Public Property Gets and set if time data includes continuous updates.  
    Public Property Gets and sets the time Field name. Use this if the time stamps are stored in a single attribute field.  
    Public PropertyGets and sets the step interval. Use this when TimeIntervalType = TimeIntervalType.Regular.  
    Public Property Gets and sets the time format for the data.  
    Public PropertyGets and sets the type of time internval. Default is TimeIntervalType.None.  
    Public Property Gets and sets the time offset. Default is to have no time offset; ie null.  
    Public PropertyGets and sets the time extent. This consists of a TimeRange.Start date and an TimeRange.End date. If specifying a fixed time extent filter for a mapMember, then either of the start or end dates can remain unspecified to achieve a period where the data will be displayed infinitely in the direction where there is no time value.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the supported time formats for the specified field type.  
    Public Method Gets if the time parameters are valid.  
    Top
    See Also