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

DateTime Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Represents date and time in Gregorian calendar, in UTC or local timezone.

Constructors

 ConstructorDescription
DateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, DayOfWeek, Int32)

Properties

 NameTypeDescription
DayOfMonthSystem.Int32
DayOfWeekAvl.DayOfWeek
DefaultAvl.DateTime Gets a default instance of the DateTime.
EmptyAvl.DateTime Gets an empty instance of the DateTime.
HourSystem.Int32
MinuteSystem.Int32
MonthSystem.Int32
NanosecondSystem.Int32
SecondSystem.Int32
TimezoneOffsetSystem.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