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