TimeWindow Constructors

Definition

Overloads

TimeWindow()
TimeWindow(Int32, TimeWindowTimeUnit)

TimeWindow()

public:
 TimeWindow();
public TimeWindow ();
Public Sub New ()

Applies to

TimeWindow(Int32, TimeWindowTimeUnit)

public:
 TimeWindow(int length, Microsoft::BizTalk::Bam::Management::Definition::TimeWindowTimeUnit timeUnit);
public TimeWindow (int length, Microsoft.BizTalk.Bam.Management.Definition.TimeWindowTimeUnit timeUnit);
new Microsoft.BizTalk.Bam.Management.Definition.TimeWindow : int * Microsoft.BizTalk.Bam.Management.Definition.TimeWindowTimeUnit -> Microsoft.BizTalk.Bam.Management.Definition.TimeWindow
Public Sub New (length As Integer, timeUnit As TimeWindowTimeUnit)

Parameters

length
Int32

Applies to