TimeOnlyExtensionsAddMilliseconds Method
Adds the given number of milliseconds to the given TimeOnly object
Namespace: MoreDateTime.ExtensionsAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
Dim dt As TimeOnly
Dim milliseconds As Integer
Dim returnValue As TimeOnly
returnValue = dt.AddMilliseconds(milliseconds)
No code example is currently available or this language may not be supported.
- dt TimeOnly
- The TimeOnly object
- milliseconds Int32
- The number of milliseconds to add
TimeOnlyAn
TimeOnly whose value is the sum of the time represented by this instance and the time interval represented by valueIn Visual Basic and C#, you can call this method as an instance method on any object of type
TimeOnly. 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).