timeOfLastMove property

DateTime? timeOfLastMove
getter/setter pair

The time when the last move has been played. Comparing this field to current time the time a player needed for a move is calculated.

Initially, this field is set to null and should never be set to null again.

This field is used internally by server for bookkeeping.

Implementation

DateTime? timeOfLastMove;