# Sandbox.Services.Jam.Now

```csharp
System.DateTimeOffset Now { get; set; }
```

The clock this jam was fetched against. Normally the real time, but shifted when
[Sandbox.Services.Jam.PreviewDays](/api/Sandbox.Services.Jam/PreviewDays) is set, so compare dates to this rather than to UtcNow.

Declared in [Sandbox.Services.Jam](/api/Sandbox.Services.Jam).
Assembly: `Sandbox.Engine`.
