dbicMonth Send comments on this topic.
dbiCustomArea Constructor(DateTime,DateTime,Boolean)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomArea Class > dbiCustomArea Constructor : dbiCustomArea Constructor(DateTime,DateTime,Boolean)

dtStart
The start time of the new custom area.
dtEnd
The end time of the new custom area.
bDeadZone
Indicates if the custom area is a dead zone.
Initializes a new instance of the CustomArea class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dtStart As Date, _
   ByVal dtEnd As Date, _
   ByVal bDeadZone As Boolean _
)
C# 
public dbiCustomArea( 
   DateTime dtStart,
   DateTime dtEnd,
   bool bDeadZone
)

Parameters

dtStart
The start time of the new custom area.
dtEnd
The end time of the new custom area.
bDeadZone
Indicates if the custom area is a dead zone.

Requirements

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

See Also