ArcGIS Pro 3.6 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 indicating the most recent modification of the data that supplies the plugin datasource. 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