Most Get/Set methods get converted to according properties in Max.NET with getters and setters. So GetTime/SetTime just becomes Time (which you can get or set). TimeValue is a typedef for int, so its just an int in Max.NET.
Marsel Khadiyev (Software Developer, EPHERE Inc.)