addMilliseconds method

NetworkTimestamp addMilliseconds(
  1. int count
)

Implementation

NetworkTimestamp addMilliseconds(int count) {
  return NetworkTimestamp(timestamp + count);
}