KDCalc Class Library

EDate Members

EDate overview

Public Static Methods

GetDaysInMonthGet the number of days in a month given a month and year.
IsLeapYearDetermines if the year passed in is a leap year or not.

Public Instance Constructors

EDateOverloaded. Initializes a new instance of the EDate class.

Public Instance Properties

DayGet the day of the month (not the day of the week).
DOWGet the day of the week (not the day of the month). Note: Monday==0.
HourReturn the hours value of the EDate.
MinuteReturn the minutes value of the EDate.
MonthReturn the month value of the EDate.
SecondReturn the seconds value of the EDate.
SerialNumGet/Set the SerialNum representation of date / time.
YearReturn the year value of the EDate.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToStringReturn a text representation of the EDate in day/month/year hour:minute:second format.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

EDate Class | KnowledgeDynamics.KDCalc Namespace