You are here: Start » DateTime Structure
DateTime Structure
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Represents date and time in Gregorian calendar, in UTC or local timezone.
Constructors
| Constructor | Description | |
|---|---|---|
| DateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, DayOfWeek, Int32) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| DayOfMonth | System.Int32 | ||
| DayOfWeek | Avl.DayOfWeek | ||
| Default | Avl.DateTime | Gets a default instance of the DateTime. | |
| Empty | Avl.DateTime | Gets an empty instance of the DateTime. | |
| Hour | System.Int32 | ||
| Minute | System.Int32 | ||
| Month | System.Int32 | ||
| Nanosecond | System.Int32 | ||
| Second | System.Int32 | ||
| TimezoneOffset | System.Int32 | ||
| Year | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.DateTime) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
