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

In This Topic
    FromJson Method (TimestampOffset)
    In This Topic
    Reconstructs the TimestampOffset with a specified state from a JSON encoding.
    Syntax
    public static TimestampOffset FromJson( 
       string json
    )
    Public Shared Function FromJson( _
       ByVal json As String _
    ) As TimestampOffset

    Parameters

    json
    The JSON string containing the TimestampOffset state.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also