adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / GetValueAsInt Method / GetValueAsInt(Int32) Method

In This Topic
    GetValueAsInt(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueAsInt( _
       ByVal defaultValue As Integer _
    ) As Integer
    public int GetValueAsInt( 
       int defaultValue
    )

    Parameters

    defaultValue
    See Also