Touchstone Re 2023 API Reference
EventDateFilterUserSpecifiedStartDate Property (AggregateLossAnalysisOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossAnalysisOptionsBase Class : EventDateFilterUserSpecifiedStartDate Property
(Optional) Specifies the start date to use as an event filter during the analysis. Touchstone Re does not include events that occurred prior to the start date in the analysis, unless you set the EventDateFilterConsiderEventsFromInceptionDate property to true. If you do not specify a start date, Touchstone Re uses the start date associated with each reinsurance treaty as the event filter.
Syntax
Public Property EventDateFilterUserSpecifiedStartDate As Nullable(Of Date)
Dim instance As AggregateLossAnalysisOptionsBase
Dim value As Nullable(Of Date)
 
instance.EventDateFilterUserSpecifiedStartDate = value
 
value = instance.EventDateFilterUserSpecifiedStartDate
public Nullable<DateTime> EventDateFilterUserSpecifiedStartDate {get; set;}
Remarks
Default: Null
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AggregateLossAnalysisOptionsBase Class
AggregateLossAnalysisOptionsBase Members