adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobVariableHelper Class / TryParseTime Method

In This Topic
    TryParseTime Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function TryParseTime( _
       ByVal newValue As String, _
       ByRef returnValue As Date _
    ) As Boolean
    public static bool TryParseTime( 
       string newValue,
       out DateTime returnValue
    )

    Parameters

    newValue
    returnValue
    See Also