JAMS Developer Guide
Continuous Property (DateType)


MVPSI.JAMS Namespace > DateType Class : Continuous Property
Gets or sets the Continuous property. Indicates whether or not this DateType is continuously occurring. A Continuous Date Type is one which spans a number of dates and consequently, is continuously occurring.

The most common example of a noncontinuous DateType would be Holidays.

A common example of a continuous DateType would be a Fiscal period.

Syntax
'Declaration
 
Public Property Continuous As System.Boolean
'Usage
 
Dim instance As DateType
Dim value As System.Boolean
 
instance.Continuous = value
 
value = instance.Continuous
public System.bool Continuous {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

DateType Class
DateType Members