The DateTimeInfo type exposes the following members.

Constructors

  Name Description
Public method DateTimeInfo
Initializes the new instance of the DateTimeInfo class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property BaseDateTime
The base DateTime value.
Public property CalendarHelper
Gets the CalendarHelper object which is used for retrieving calendar specific information.
Public property FormattedDate Obsolete.
Gets the DateFormatIndexer object.
Public property IsWeekend
Gets the Boolean value determining whether this date is weekend or holiday.
Public property MonthFullName
Gets the full month name according to the CalendarHelper culture settings.
Public property WeekOfYear
Gets a week of year number.
Public property WeekOfYearFullWeek
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 property Year
Gets the String value determining the year representation according to the CalendarHelper culture settings.

Events

  Name Description
Public event PropertyChanged
Occurs when property value is changed.

See Also