[This is preliminary documentation and is subject to change.]
Gets the duration in the format hh.mm
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static double GetDurationDecimal( string durHr, out bool convertedOK ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetDurationDecimal ( _ durHr As String, _ <OutAttribute> ByRef convertedOK As Boolean _ ) As Double |
Visual C++ |
---|
public: static double GetDurationDecimal( String^ durHr, [OutAttribute] bool% convertedOK ) |
Parameters
- durHr
- Type: System..::.String
the duration in the floating hour format
- convertedOK
- Type: System..::.Boolean%
returns the status of the conversion