FormActMainPluginGetSelfDateUtc Method |
Gets the DateTime of the currently running plugin
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic DateTime PluginGetSelfDateUtc(
IActPluginV1 MyPluginInstance
)
Parameters
- MyPluginInstance IActPluginV1
- The instance handle of the plugin, usually "this"
Return Value
DateTimeThe modified date of the local plugin file
See Also