Interface IInterval
Interface for a schedule interval.
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IInterval
Properties
Hours
Gets the interval hour value.
Declaration
int? Hours { get; }
Property Value
Type | Description |
---|---|
int? |
Minutes
Gets the interval minute value.
Declaration
int? Minutes { get; }
Property Value
Type | Description |
---|---|
int? |
MonthDay
Gets the interval day of month value.
Declaration
string? MonthDay { get; }
Property Value
Type | Description |
---|---|
string |
WeekDay
Gets the interval day of week value.
Declaration
string? WeekDay { get; }
Property Value
Type | Description |
---|---|
string |