updateToNow method

DateTime updateToNow()

updates the current Watchers DateTime to Now and return it.

Implementation

DateTime updateToNow() => value = DateTime.now();