ArcFM Engine Developer Guide
CalendarSelectionMode Enumeration


Specifies values for the different selection modes of a Calendar.
Syntax
'Declaration
 
Public Enum CalendarSelectionMode 
   Inherits System.Enum
'Usage
 
Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum 
Members
MemberDescription
MultipleRangeMultiple dates or ranges can be selected at a time.
NoneNo dates can be selected.
SingleDateOne date can be selected at a time.
SingleRangeOne range of dates can be selected at a time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.PresentationFramework.WPFControls.CalendarSelectionMode

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.PresentationFramework.WPFControls Namespace

 

 


Send Comment