- viewId
- The id of the Android.Widget.Chronometer to change
- base
- The time at which the timer would have read 0:00. This time should be based off of Android.OS.SystemClock.ElapsedRealtime.
- format
- The Chronometer format string, or null to simply display the timer value.
- started
- True if you want the clock to be started, false if not.
Equivalent to calling Chronometer.Base, Chronometer.Format, and Chronometer.Start or Chronometer.Stop.