Interface IFrequencyDetails
Interface for a schedule's frequency details.
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IFrequencyDetails
Properties
EndAt
Gets the schedule's end time.
Declaration
TimeOnly? EndAt { get; set; }
Property Value
Type | Description |
---|---|
TimeOnly? |
Intervals
Gets the schedule's intervals.
Declaration
IList<IInterval> Intervals { get; set; }
Property Value
Type | Description |
---|---|
IList<IInterval> |
StartAt
Gets the schedule's start time.
Declaration
TimeOnly? StartAt { get; set; }
Property Value
Type | Description |
---|---|
TimeOnly? |