![]() GetDaysInMonth | Get the number of days in a month given a month and year. |
![]() IsLeapYear | Determines if the year passed in is a leap year or not. |
EDate | Overloaded. Initializes a new instance of the EDate class. |
Day | Get the day of the month (not the day of the week). |
DOW | Get the day of the week (not the day of the month). Note: Monday==0. |
Hour | Return the hours value of the EDate. |
Minute | Return the minutes value of the EDate. |
Month | Return the month value of the EDate. |
Second | Return the seconds value of the EDate. |
SerialNum | Get/Set the SerialNum representation of date / time. |
Year | Return the year value of the EDate. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString | Return a text representation of the EDate in day/month/year hour:minute:second format. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
EDate Class | KnowledgeDynamics.KDCalc Namespace