The DateTimeInfo type exposes the following members.

Constructors

  NameDescription
Public methodDateTimeInfo
Initializes the new instance of the DateTimeInfo class.

Properties

  NameDescription
Public propertyBaseDateTime
The base DateTime value.
Public propertyCalendarHelper
Gets the CalendarHelper object which is used for retrieving calendar specific information.
Public propertyFormattedDate
Gets the DateFormatIndexer object.
Public propertyIsWeekend
Gets the Boolean value determining whether this date is weekend or holiday.
Public propertyMonthFullName
Gets the full month name according to the CalendarHelper culture settings.
Public propertyWeekOfYear
Gets a week of year number.
Public propertyWeekOfYearFullWeek
Gets a week number in a supposition that last days of a year and the first days of a next year that belongs to the same week having the same week number.
Public propertyYear
Gets the String value determining the year representation according to the CalendarHelper culture settings.

Events

  NameDescription
Public eventPropertyChanged
Occurs when property value is changed.

See Also