[This is preliminary documentation and is subject to change.]

Extracts the number of minutes past midnight for the time string

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static int GetMinutesFromTime(
	string time
)
Visual Basic (Declaration)
Public Shared Function GetMinutesFromTime ( _
	time As String _
) As Integer
Visual C++
public:
static int GetMinutesFromTime(
	String^ time
)

Parameters

time
Type: System..::.String
The timein format e.g. 02:30AM or 2:30PM

See Also