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

dtTime
The date/time for the current bitmap.
strContact
The contactID to use in the bitmap.
strLocation
The LocationID to use to create the bitmap.
strTask
The TaskID to use to create the 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 strContact As String, _
   ByVal strLocation As String, _
   ByVal strTask As String, _
   ByVal clrBack As Color _
) As Bitmap
C# 
public Bitmap DayViewBitmap( 
   DateTime dtTime,
   string strContact,
   string strLocation,
   string strTask,
   Color clrBack
)

Parameters

dtTime
The date/time for the current bitmap.
strContact
The contactID to use in the bitmap.
strLocation
The LocationID to use to create the bitmap.
strTask
The TaskID to use to create the bitmap.
clrBack
The background color of the bitmap.

Return Value

Bitmap

Requirements

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

See Also