Touchstone Re 2023 API Reference
EventDateFilterUserSpecifiedEndDate Property (AggregateLossAnalysisOptionsBase)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > AggregateLossAnalysisOptionsBase Class : EventDateFilterUserSpecifiedEndDate Property
(Optional) Specifies the end date to use as an event filter during the analysis. Touchstone Re does not include events that occurred after the end date in the analysis. If you do not specify an end date, Touchstone Re uses the end date associated with each reinsurance treaty as the event filter.
Syntax
Public Property EventDateFilterUserSpecifiedEndDate As Nullable(Of Date)
Dim instance As AggregateLossAnalysisOptionsBase
Dim value As Nullable(Of Date)
 
instance.EventDateFilterUserSpecifiedEndDate = value
 
value = instance.EventDateFilterUserSpecifiedEndDate
public Nullable<DateTime> EventDateFilterUserSpecifiedEndDate {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