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;}
    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