You are here: Start » AVL.NET » DateTime Structure
DateTime Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Represents information about date and time.
Constructors
| Constructor | Description | |
|---|---|---|
| DateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Int32) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| DaylightSaving | System.Boolean | ||
| DayOfMonth | System.Int32 | ||
| DayOfWeek | System.Int32 | ||
| DayOfYear | System.Int32 | ||
| Empty | Avl.DateTime | Gets an empty instance of the DateTime. | |
| Hour | System.Int32 | ||
| Milliseconds | System.Int32 | ||
| Minutes | System.Int32 | ||
| Month | System.Int32 | ||
| Seconds | System.Int32 | ||
| TimezoneOffset | System.Int32 | ||
| UnixTime | 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 | 
