Click or drag to resize

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.7.0.280
Syntax
C#
public DateTime PluginGetSelfDateUtc(
	IActPluginV1 MyPluginInstance
)

Parameters

MyPluginInstance
Type: Advanced_Combat_TrackerIActPluginV1
The instance handle of the plugin, usually "this"

Return Value

Type: DateTime
The modified date of the local plugin file
See Also