[This is preliminary documentation and is subject to change.]
The PopulateDateItems type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PopulateDateItems | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | GetAbbreviatedDayName |
Gets the abbreviated day name
(Inherited from DateTimeConst.) |
![]() | GetDayNames | Overloaded. |
![]() | GetHashCode | 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.) |
![]() | GetMonthNames |
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.) |
![]() | GetRank |
Returns the Rank of a particular integer
(Inherited from DateTimeConst.) |
![]() | GetShortMonthNames |
Returns the short name of the specified month based on the CultureOnfo of the
current thread.
(Inherited from DateTimeConst.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PopulateAmPm |
Populate the AM and PM text in the drop down list.
|
![]() | PopulateDay | Overloaded. |
![]() | PopulateDayOfWeek |
Populates the day of the week in the drop down list.
|
![]() | PopulateHour |
Populates the hour (1-12) in the drop down list.
|
![]() | PopulateMinute | Overloaded. |
![]() | PopulateMonth | Overloaded. |
![]() | PopulateMonthNumber |
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).
|
![]() | PopulateReminder |
Populates the reminder dropdown list
|
![]() | PopulateWeekCount |
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).
|
![]() | PopulateYear | Overloaded. |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |