| 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.