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

Parameters

MyPluginInstance  IActPluginV1
The instance handle of the plugin, usually "this"

Return Value

DateTime
The modified date of the local plugin file
See Also