dbicDayView Send comments on this topic.
AlarmItemCollection Constructor
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : AlarmItemCollection Constructor

owner
The owner of the alarm item.
Initializes a new instance of the  AlarmItemCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As dbiPIM _
)
C# 
public AlarmItemCollection( 
   dbiPIM owner
)

Parameters

owner
The owner of the alarm item.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also