ArcGIS Pro 2.6 API Reference Guide
FromJson Method (TimeInstant)

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

Parameters

json
The JSON string containing the TimeInstant state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TimeInstant Class
TimeInstant Members