adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TimeCriterion Class / Times Property


In This Topic
    Times Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Times As ICollection(Of Date)
    public ICollection<DateTime> Times {get;}
    public:
    property ICollection<DateTime>^ Times {
       ICollection<DateTime>^ get();
    }
    Remarks

    On the time portion of the values is used; the date portion can be set to any date.

    Duplicate times do not cause duplicate execution.

    See Also