ArcGIS Pro 2.9 API Reference Guide
FromJson Method (TimeExtent)

ArcGIS.Core.CIM Namespace > TimeExtent Class : FromJson Method
The JSON string containing the TimeExtent state.
Reconstructs the TimeExtent with a specified state from a JSON encoding.
Syntax
public new static TimeExtent FromJson( 
   string json
)
Public Shared Shadows Function FromJson( _
   ByVal json As String _
) As TimeExtent

Parameters

json
The JSON string containing the TimeExtent state.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TimeExtent Class
TimeExtent Members