ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / TimeInstant Class / FromJson Method
The JSON string containing the TimeInstant state.

In This Topic
    FromJson Method (TimeInstant)
    In This Topic
    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 11, Windows 10, Windows 8.1

    See Also