[This is preliminary documentation and is subject to change.]

The PopulateDateItems type exposes the following members.

Constructors

  NameDescription
Public methodPopulateDateItemsOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
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 methodGetAbbreviatedDayName
Gets the abbreviated day name
(Inherited from DateTimeConst.)
Public methodGetDayNamesOverloaded.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetMonthNames
Returns the culture-specific full name of the specified month based on the System.Globalization.CultureInfo of the current thread. System.Globalization..::.DateTimeFormatInfo
(Inherited from DateTimeConst.)
Public methodGetRank
Returns the Rank of a particular integer
(Inherited from DateTimeConst.)
Public methodGetShortMonthNames
Returns the short name of the specified month based on the CultureOnfo of the current thread.
(Inherited from DateTimeConst.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPopulateAmPm
Populate the AM and PM text in the drop down list.
Public methodPopulateDayOverloaded.
Public methodPopulateDayOfWeek
Populates the day of the week in the drop down list.
Public methodPopulateHour
Populates the hour (1-12) in the drop down list.
Public methodPopulateMinuteOverloaded.
Public methodPopulateMonthOverloaded.
Public methodPopulateMonthNumber
Populates the month number instead of the month names in the drop down box. The month number is represented from 1(January) to 12(December).
Public methodPopulateReminder
Populates the reminder dropdown list
Public methodPopulateWeekCount
Populate the week count in the drop down box. The drop down box created will have the following entries, first(1), second(2), third(3), fourth(4) and last(5).
Public methodPopulateYearOverloaded.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also