dbicDayView Send comments on this topic.
DayViewBitmap(DateTime,Color) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > DayViewBitmap Method : DayViewBitmap(DateTime,Color) Method

dtTime
The date/time for the current bitmap.
clrBack
The background color of the bitmap.
Creates a bitmap of the control that can be used in drawing routines.

Syntax

Visual Basic (Declaration) 
Overloads Public Function DayViewBitmap( _
   ByVal dtTime As Date, _
   ByVal clrBack As Color _
) As Bitmap
C# 
public Bitmap DayViewBitmap( 
   DateTime dtTime,
   Color clrBack
)

Parameters

dtTime
The date/time for the current bitmap.
clrBack
The background color of the bitmap.

Return Value

Bitmap

Requirements

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

See Also