# TickStatus Properties

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

## CurrentTickTime {#currentticktime-b5b92023}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/properties/currentticktime-b5b92023/)

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

```csharp
[Orleans.Id(2)]
public DateTime CurrentTickTime
```

Gets the time on the runtime silo when the silo initiated the delivery of this tick.

## FirstTickTime {#firstticktime-4d8373ec}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/properties/firstticktime-4d8373ec/)

[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.

## Period {#period-8ea4e813}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/properties/period-8ea4e813/)

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

```csharp
[Orleans.Id(1)]
public TimeSpan Period
```

Gets the period of the reminder.
