# Created Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.created/)

## DueTime {#duetime-7737f96a}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.created/fields/duetime-7737f96a/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/GrainTimerEvents.cs)

```csharp
public readonly TimeSpan DueTime
```

The initial due time of the timer.

## Period {#period-28ad3916}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.graintimerevents.created/fields/period-28ad3916/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/GrainTimerEvents.cs)

```csharp
public readonly TimeSpan Period
```

The timer period.
