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

In This Topic
    TimeValue Property (JobVariable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TimeValue As Nullable(Of Date)
    public Nullable<DateTime> TimeValue {get; set;}
    See Also