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

In This Topic
    SetDecimalValue Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub SetDecimalValue( _
       ByVal variable As IJobVariable, _
       ByVal value As Nullable(Of Decimal) _
    ) 
    public static void SetDecimalValue( 
       IJobVariable variable,
       Nullable<decimal> value
    )

    Parameters

    variable
    value
    See Also