ArcGIS Pro 2.6 API Reference Guide
FromJson Method (TimeReference)

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

Parameters

json
The JSON string containing the TimeReference state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TimeReference Class
TimeReference Members