Wealth-Lab Framework
Search Framework:
DateRange
Namespace: WealthLab.Core
Parent: Object
Parent: Object
Represents a range of date/time values.
Constructors
DateRange
public DateRange()
public DateRange(DateTime sd, DateTime ed)
DateRange has a parameterless constructor, and one which assigns values to the StartDate and EndDate properties.
Members
EndDate
public DateTime EndDate
The ending date of the date range.
IsDateInRange
public bool IsDateInRange(DateTime dt)
Returns true if the DateTime specified in dt lies within the start and end date range.
StartDate
public DateTime StartDate
The starting date of the date range.