MSI Afterburner - MSI Graphics Card Performance Booster
Gets the timestamp of the MACM header as a seconds offset from January 1, 1970.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public uint Time { get; }
Visual Basic
Public ReadOnly Property Time As UInteger
	Get
Visual C++
public:
property unsigned int Time {
	unsigned int get ();
}

See Also