adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface
Properties Methods

In This Topic
    IJobVariable Interface Members
    In This Topic

    The following tables list the members exposed by IJobVariable.

    Public Properties
     NameDescription
     Property  
     Property Gets or sets the value as a boolean value.  
     Property  
     Property Gets or sets the value as a DateTime.  
     Property Gets or sets the value as a DateTime containing only a date.  
     Property Gets or sets the value as a decimal.  
     Property  
     Property  
     Property Gets or sets the value as an integer.  
     Property  
     Property  
     Property Gets or sets the value as a DateTime value that stores only the time.  
     Property  
     Property  
     Property Gets the Value as an object of the type specified by the VariableType.  
     Property  
    Top
    Public Methods
     NameDescription
     Method Tries to set the variable to the specified type and value.  
    Top
    See Also