The DateTimeInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DateTimeInfo |
Initializes the new instance of the DateTimeInfo class.
|
Properties
| Name | Description | |
|---|---|---|
| BaseDateTime |
The base DateTime value.
| |
| CalendarHelper |
Gets the CalendarHelper object which is used for
retrieving calendar specific information.
| |
| FormattedDate |
Gets the DateFormatIndexer object.
| |
| IsWeekend |
Gets the Boolean value determining whether this date is weekend or
holiday.
| |
| MonthFullName |
Gets the full month name according to the CalendarHelper culture settings.
| |
| WeekOfYear |
Gets a week of year number.
| |
| 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.
| |
| Year |
Gets the String value determining the year representation
according to the CalendarHelper culture settings.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when property value is changed.
|