| DateTimeOperationsAddMinutes Method |
Adds the specified number of minutes to the value of this instance.
Namespace: TomsToolbox.EssentialsAssembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static TimeSpan AddMinutes(
this TimeSpan timeSpan,
double value
)
<ExtensionAttribute>
Public Shared Function AddMinutes (
timeSpan As TimeSpan,
value As Double
) As TimeSpan
Parameters
- timeSpan TimeSpan
- The time span.
- value Double
- A number of whole and fractional minutes. The value parameter can be negative or positive.
Return Value
TimeSpan
A
TimeSpan that represents the value of this instance plus the value of
value.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
TimeSpan. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions See Also