iControl.SecurityFirewallWeeklySchedule.set_date_valid_end C# (CSharp) Method

set_date_valid_end() private method

private set_date_valid_end ( string schedules, CommonTimeStampExpiry dates ) : void
schedules string
dates CommonTimeStampExpiry
return void
        public void set_date_valid_end(
		string [] schedules,
		CommonTimeStampExpiry [] dates
	)
        {
            this.Invoke("set_date_valid_end", new object [] {
                schedules,
                dates});
        }