Exemplo n.º 1
0
        public long sub(time t)
        {
            long nt = _time - t.get();

            return nt;
        }
Exemplo n.º 2
0
        public long sub(time t)
        {
            long nt = _time - t.get();

            return(nt);
        }