|
ExtensionFormatTimeFromMinutes Method
|
Formats fractional minutes in the hh:mm:ss format.
Namespace:
CADSharpTools.Core
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static string FormatTimeFromMinutes(
this double timeInMins
)
<ExtensionAttribute>
Public Shared Function FormatTimeFromMinutes (
timeInMins As Double
) As String
Parameters
- timeInMins
- Type: SystemDouble
time in minutes.
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double. 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).
See Also