Now Property

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Get number of seconds since the application started

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public static double Now { get; }
Visual Basic
Public Shared ReadOnly Property Now As Double
	Get
Visual C++
public:
static property double Now {
	double get ();
}

See Also