ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginTableTemplate Class / GetLastModifiedTime Method

In This Topic
    GetLastModifiedTime Method
    In This Topic
    Gets the last modified timestamp of the table.
    Syntax
    public virtual DateTime GetLastModifiedTime()
    Public Overridable Function GetLastModifiedTime() As Date

    Return Value

    The timestamp of when the table was last modified. The default is the minimum possible date System.DateTime.MinValue.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also