Click or drag to resize

DateTimeEx Class

DateTime with offset and timezone tracking. When math operations are performed against this structure, they can take into account the timezone the date was associated with.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatDateTimeEx

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class DateTimeEx : IComparable, IComparable

The DateTimeEx type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeEx(DateTimeEx)
Initializes a new instance of the DateTimeEx class
Public methodDateTimeEx(DateTimeOffset, TimeZoneInfo)
Initializes a new instance of the DateTimeEx class.
Public methodDateTimeEx(Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeZoneInfo)
Initializes a new instance of the DateTimeEx class
Top
Properties
  NameDescription
Public propertyDateTime
Gets the underlying date time object.
Public propertyDay
Public propertyDayOfWeek
Public propertyDayOfWeekEnum
Public propertyDayOfYear
Public propertyHour
Public propertyMillisecond
Public propertyMinute
Public propertyMonth
Public propertySecond
Public propertyTimeZone
Gets the time zone associated with the value.
Public propertyUtcDateTime
Gets the underlying date time object, translated to UTC.
Public propertyUtcMillis
Public propertyWeekOfYear
Public propertyYear
Top
Methods
Operators
Extension Methods
See Also