Model.TimeComponent.Now C# (CSharp) Method

Now() public method

public Now ( ) : long
return long
	    public long Now()
		{
			return TimeHelper.ClientNow() - this.syncClientTime + syncTime;
		}
    }
TimeComponent