JAMS Developer Guide
BaseTimeUpon Property


MVPSI.JAMS.Activities Namespace > Repeat Class : BaseTimeUpon Property
The base time to use when calculating the next repeat occurance.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Repeat Behavior")>
Public Property BaseTimeUpon As Repeat.IntervalBaseTime
'Usage
 
Dim instance As Repeat
Dim value As Repeat.IntervalBaseTime
 
instance.BaseTimeUpon = value
 
value = instance.BaseTimeUpon
[System.ComponentModel.Category("Repeat Behavior")]
public Repeat.IntervalBaseTime BaseTimeUpon {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