Class PreProcessing
Encapsulates pre-processing options
public class PreProcessing
- Inheritance
-
PreProcessing
- Inherited Members
- Extension Methods
Properties
EndDate
Gets/sets the end date.
public DateTime EndDate { get; set; }
Property Value
StartDate
Gets/sets the start date.
public DateTime StartDate { get; set; }
Property Value
ValidMonths
Gets/sets valid month codes.
public string ValidMonths { get; set; }