Share via


ExtendedTimer.Change Method

Changes the start time and the interval between method invocations for a timer.

Overload List

Name Description
ExtendedTimer.Change (DateTime, TimeSpan) Changes the start time and the interval between method invocations for a timer, using System.DateTime and System.TimeSpan values to measure time intervals.
ExtendedTimer.Change (Int32, Int32) Changes the start time and the interval between method invocations for a timer, using 32-bit signed integers to measure time intervals.
ExtendedTimer.Change (TimeSpan, TimeSpan) Changes the start time and the interval between method invocations for a timer, using >System.TimeSpan values to measure time intervals.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

ExtendedTimer Class
ExtendedTimer Members
Microsoft.SPOT Namespace