adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobVariable Class / DateValue Property

In This Topic
    DateValue Property (JobVariable)
    In This Topic
    Gets or sets the ArcanaDevelopment.adTempus.Shared.IJobVariable.Value as a DateTime containing only a date.
    Syntax
    'Declaration
     
    
    Public Property DateValue As Nullable(Of Date)
    public Nullable<DateTime> DateValue {get; set;}
    Remarks
    If the value is set using this property, the VariableType is changed to JobVariableType.Date. This property returns null if the variable has no value, or if the value cannot be converted to a DateTime. adTempus stores DateTime values in the format "yyyy-MM-dd"
    See Also