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

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

    Parameters

    variable
    value
    See Also