> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# IntervalType

> Specifies the type of interval duration.

## Definition

**Assembly:** CloudNimble.EasyAF.Core.dll

**Namespace:** CloudNimble.EasyAF.Core

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.EasyAF.Core.IntervalType
```

## Summary

Specifies the type of interval duration.

## Values

| Name       | Value | Description                                                    |
| ---------- | ----- | -------------------------------------------------------------- |
| `Minutes`  | 0     | Represents an interval measured in minutes.                    |
| `Hours`    | 1     | Represents an interval measured in hours.                      |
| `Days`     | 2     | Represents an interval measured in days.                       |
| `Weeks`    | 3     | Represents an interval measured in weeks.                      |
| `Months`   | 4     | Represents an interval measured in months.                     |
| `Quarters` | 5     | Represents an interval measured in quarters (3-month periods). |
| `Years`    | 6     | Represents an interval measured in years.                      |
