TimeWindow Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- timeUnit
- TimeWindowTimeUnit