Statistics..::..StartTicks Property

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public long StartTicks { get; set; }
<RequiredAttribute> _
Public Property StartTicks As Long
	Get
	Set
[RequiredAttribute]
public:
property long long^ StartTicks {
	long long^ get ();
	void set (long long^ value);
}