JAMS Developer Guide
TryParse Method (TimeOfDay)


MVPSI.JAMS Namespace > TimeOfDay Structure : TryParse Method
Converts the string representation of a time of day into a MVPSI.JAMS.TimeOfDay. A return value indicates whether the conversion was succeeded.
Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal input As System.String, _
   ByRef output As TimeOfDay _
) As System.Boolean
'Usage
 
Dim input As System.String
Dim output As TimeOfDay
Dim value As System.Boolean
 
value = TimeOfDay.TryParse(input, output)
public static System.bool TryParse( 
   System.string input,
   out TimeOfDay output
)

Parameters

input
output
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeOfDay Structure
TimeOfDay Members