Gets the frequency of the system counter in counts per second.
[Visual Basic] Public Shared ReadOnly Property Frequency As Long [C#] public static long Frequency {get;} [C++] public: __property static __int64 get_Frequency(); [JScript] public static function get Frequency() : long;
The frequency of the system counter in counts per second.
Counter Class | Counter Members | System.Diagnostics Namespace