Class DayParts
Provides a roughly way to determine if a given part of day is either; Night, Morning, Forenoon, Afternoon og Evening.
Inheritance
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class DayParts
Properties
| Improve this DocAfternoon
Gets the day part of a 24-hour period that approximates to Afternoon.
Declaration
public static DayPart Afternoon { get; }
Property Value
Type | Description |
---|---|
DayPart | The range of a 24-hour period that approximates to Afternoon. |
All
Gets the day parts of a 24-hour range of period.
Declaration
public static IEnumerable<DayPart> All { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DayPart> | The day parts of a 24-hour range of period. |
Evening
Gets the day part of a 24-hour period that approximates to Evening.
Declaration
public static DayPart Evening { get; }
Property Value
Type | Description |
---|---|
DayPart | The range of a 24-hour period that approximates to Evening. |
Forenoon
Gets the day part of a 24-hour period that approximates to Forenoon.
Declaration
public static DayPart Forenoon { get; }
Property Value
Type | Description |
---|---|
DayPart | The range of a 24-hour period that approximates to Forenoon. |
Morning
Gets the day part of a 24-hour period that approximates to Morning.
Declaration
public static DayPart Morning { get; }
Property Value
Type | Description |
---|---|
DayPart | The range of a 24-hour period that approximates to Morning. |
Night
Gets the day part of a 24-hour period that approximates to Night.
Declaration
public static DayPart Night { get; }
Property Value
Type | Description |
---|---|
DayPart | The range of a 24-hour period that approximates to Night. |