adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetIntegerValue Method / GetIntegerValue(String,Int32) Method

In This Topic
    GetIntegerValue(String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function GetIntegerValue( _
       ByVal name As String, _
       ByVal defaultValue As Integer _
    ) As Integer
    int GetIntegerValue( 
       string name,
       int defaultValue
    )

    Parameters

    name
    defaultValue
    See Also