Open this page in the API Guide

ScheduleRuleData.RecurrenceStartTime Property

Gets or sets the recurrence start time.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "recurrenceStartTime", EmitDefaultValue = false)]
public DateTime? RecurrenceStartTime { get; set; }

Property Value

Type: Nullable<DateTime>
The recurrence start time.
Remarks
This property is only considered when HasRecurrence and IsRecurrencePattern are both set to true. The date component of this valid is ignored; only the time component is used.
See Also