MonoHotDraw.Samples.AnalogClockFigure.UpdateClock C# (CSharp) Method

UpdateClock() private method

private UpdateClock ( ) : bool
return bool
        private bool UpdateClock()
        {
            _now = _now.AddSeconds (1);
            Invalidate ();
            return true;
        }