JAMS Developer Guide
Interval Property


MVPSI.JAMS.Activities Namespace > Repeat Class : Interval Property
The interval to repeat child Activities.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Repeat Behavior")>
Public Property Interval As System.TimeSpan
'Usage
 
Dim instance As Repeat
Dim value As System.TimeSpan
 
instance.Interval = value
 
value = instance.Interval
[System.ComponentModel.Category("Repeat Behavior")]
public System.TimeSpan Interval {get; set;}
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

Repeat Class
Repeat Members