Click or drag to resize

CalculateApportionmentServiceArgumentsPeriodFilter Property

The period range to calculate. Optional. Default is All so all periods are calcualted. If DateRange is used, the StartDateLabel and EndDateLabel values must be specified.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public Nullable<PeriodFilter> PeriodFilter { get; set; }

Property Value

Type: NullablePeriodFilter
See Also