YearToDate

YearToDate class

Contributions to date for this calendar year.

public class YearToDate

Constructors

NameDescription
YearToDate()Initializes a new instance of YearToDate class.

Properties

NameDescription
Contributions { get; set; }Gets or sets the Contributions.
Earnings { get; set; }Gets or sets the Earnings.
EndDate { get; set; }Gets or sets the end date for this year-to-date information.
StartDate { get; set; }Gets or sets the start date for this calendar year.
Withdrawals { get; set; }Gets or sets the Withdrawals.

See Also