EssentialsDateRange Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Time |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Interfaces |
IEnumerable<T>, IEnumerable
|
| Inheritance | Object |
Class representing a range of one or more EssentialsDate.
public class EssentialsDateRange : IEnumerable<T>, IEnumerable { }
Properties
| Type | Name | Summary |
|---|---|---|
| EssentialsDate | Start |
Gets the EssentialsDate at the start of the range. |
| EssentialsDate | End |
Gets the EssentialsDate at the end of the range. |
| Array of EssentialsDate | Days |
Gets an array of EssentialsDate within the range. |
| bool | IsReverse |
Indicates whether the range is in reverse order (if EssentialsDateRange.End is before EssentialsDateRange.Start). |
Methods
|
GetEnumerator()
(virtual)
Returns an enumerator that iterates through the EssentialsDate of the range. |