ArcFM Engine Developer Guide
CalendarBlackoutDatesCollection Class
Members 


Product Availability
Required Licenses
.NET Assembly
Represents a collection of DateTimeRanges.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public NotInheritable Class CalendarBlackoutDatesCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of CalendarDateRange)
'Usage
 
Dim instance As CalendarBlackoutDatesCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public sealed class CalendarBlackoutDatesCollection : System.Collections.ObjectModel.ObservableCollection<CalendarDateRange> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Miner.PresentationFramework.WPFControls.CalendarBlackoutDatesCollection

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

CalendarBlackoutDatesCollection Members
Miner.PresentationFramework.WPFControls Namespace

 

 


Send Comment