ScheduleRuleDataRecurrenceEndTime Property  | 
 
            Gets or sets the recurrence end time.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "recurrenceEndTime", EmitDefaultValue = false)]
public DateTime? RecurrenceEndTime { get; set; }<DataMemberAttribute(Name := "recurrenceEndTime", EmitDefaultValue := false)>
Public Property RecurrenceEndTime As DateTime?
	Get
	Set
public:
[DataMemberAttribute(Name = L"recurrenceEndTime", EmitDefaultValue = false)]
property Nullable<DateTime> RecurrenceEndTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}[<DataMemberAttribute(Name = "recurrenceEndTime", EmitDefaultValue = false)>]
member RecurrenceEndTime : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTimeThe recurrence end time.
Remarks
            This property is only considered when 
HasRecurrence and
            
IsRecurrencePattern are both set to 
.
            The date component of this valid is ignored; only the time component is used.
            
See Also