You are here: Start » AVL.NET » DateTime Structure

DateTime Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents information about date and time.

Constructors

 ConstructorDescription
DateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Int32)

Properties

 NameTypeDescription
DaylightSavingSystem.Boolean
DayOfMonthSystem.Int32
DayOfWeekSystem.Int32
DayOfYearSystem.Int32
EmptyAvl.DateTime Gets an empty instance of the DateTime.
HourSystem.Int32
MillisecondsSystem.Int32
MinutesSystem.Int32
MonthSystem.Int32
SecondsSystem.Int32
TimezoneOffsetSystem.Int32
UnixTimeSystem.Int32
YearSystem.Int32

Methods

 NameDescription
Equals(Avl.DateTime)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also