Dotnet-Project Framework documentation.

CalendarEX Members

CalendarEX overview

Public Static Methods

DayINWeekDate Search the date corresponding to the day given in the week of the date given.
GetDayOfWeek Get the dotnet DayOfWeek type of the given integer representing a day.
GetDayOfWeekName Return the string representation of the day using the current culture.
GetFirstDateOfWeek Get the first date of the week of a given datetime.
MonthNameOverloaded. Get the string representation of the month.
NextDayDate Search the next date of the day specified.
PrevtDayDate Search the previous date of the day specified.
WeekdayName Return the string representation of the day of a given datetime.

Protected Static Methods

ConvertDay Convert a Dotnet DayofWeak into a Visual basic FirstDayOfWeek.

Public Instance Constructors

CalendarEX Constructor Initializes a new instance of the CalendarEX class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CalendarEX Class | DotnetProject Namespace