# DurableJobRunResult.RescheduleTime

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.durablejobrunresult/properties/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.DurableJobs/DurableJobRunResult.cs#L64)

```csharp
[Orleans.Id(3)]
public DateTimeOffset? RescheduleTime
```

Gets the time at which the job should be durably rescheduled after the current execution completes successfully.
