[Mono-list] portable timer?

Sergey Chaban serge@wildwestsoftware.com
Wed, 30 Apr 2003 14:21:03 +0300


> On windows, I p/invoked GetTickCount(), which is a function in the
> Win32 API.

Use System.Environment.TickCount property.

Sergey