# TickStatus.FirstTickTime

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Timers/IRemindable.cs#L49)

```csharp
[Orleans.Id(0)]
public DateTime FirstTickTime
```

Gets the time at which the first tick of this reminder is due, or was triggered.
