Search
CalendarDrawEvent Constructor (Object, CustomDrawElements, Style, Rectangle, String, Graphics2D, Int32, DateTime, Duration, Duration, Item, Resource[], Boolean, Boolean)
See Also
 






Initializes a new instance of the CalendarDrawEvent class with associated date or start and end minute. To indicate no date, supply DateTime.MinValue. To indicate no start and end time, specify 0s for both.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public CalendarDrawEvent (
    Object source,
    CustomDrawElements element,
    Style style,
    Rectangle bounds,
    String text,
    Graphics2D graphics,
    int index,
    DateTime date,
    Duration startTime,
    Duration endTime,
    Item item,
    Resource[] resources,
    boolean pointed,
    boolean isShadow
)

 Parameters

source

element

style

bounds

text

graphics

index

date

startTime

endTime

item

resources

pointed

isShadow

 See Also