Override and 2 new functions
This commit is contained in:
		| @ -132,11 +132,14 @@ | ||||
| 				_isEnabled = job.IsEnabled.ToString(); | ||||
| 				_interval = job.Interval.ToString(); | ||||
| 				_frequency = job.Frequency; | ||||
| 				(_startDate, _startTime) = Utilities.UtcAsLocalDateAndTime(job.StartDate); | ||||
|                 (_endDate, _endTime) = Utilities.UtcAsLocalDateAndTime(job.EndDate); | ||||
| 				_retentionHistory = job.RetentionHistory.ToString(); | ||||
|                 (_nextDate, _nextTime) = Utilities.UtcAsLocalDateAndTime(job.NextExecution); | ||||
| 				createdby = job.CreatedBy; | ||||
| 				_startDate = Utilities.UtcAsLocalDateAndTimeToDate(job.StartDate); | ||||
|                 _startTime = Utilities.UtcAsLocalDateAndTimeToTime(job.StartDate); | ||||
|                 _endDate = Utilities.UtcAsLocalDateAndTimeToDate(job.EndDate); | ||||
|                 _endTime = Utilities.UtcAsLocalDateAndTimeToTime(job.EndDate); | ||||
|                 _retentionHistory = job.RetentionHistory.ToString(); | ||||
|                 _nextDate = Utilities.UtcAsLocalDateAndTimeToDate(job.NextExecution); | ||||
|                 _nextTime = Utilities.UtcAsLocalDateAndTimeToTime(job.NextExecution); | ||||
|                 createdby = job.CreatedBy; | ||||
| 				createdon = job.CreatedOn; | ||||
| 				modifiedby = job.ModifiedBy; | ||||
| 				modifiedon = job.ModifiedOn; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Leigh Pointer
					Leigh Pointer