EssentialsDateWeek Class
Version 1.1.28
.NET Framework 4.8
This class has been marked as obsolete: Use the EssentialsWeek class instead.
| Namespace | Skybrud.Essentials.Time |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Inheritance | Object |
Class representing a week as defined by the ISO 8601 specification.
[Obsolete("Use the EssentialsWeek class instead.")]
public class EssentialsDateWeek { }
Properties
| Type | Name | Summary |
|---|---|---|
| int | Year |
Gets the year of the week. |
| int | Week |
Gets the number of the week. |
| EssentialsDateTime | Start |
Gets a reference to the timestamp representing the start of the week. |
| EssentialsDateTime | End |
Gets a reference to the timestamp representing the end of the week. |