SpecialDate Constructor (DateTime, DateTime, String, TableItemStyle, RecurringBaseType, Int32)

WebControls UltimateCalendar

UltimateCalendar Class Library

SpecialDate Constructor (DateTime, DateTime, String, TableItemStyle, RecurringBaseType, Int32)

Initializes a new instance of the SpecialDate class by specifying the date and description.

[Visual Basic] Overloads Public Sub New( _
   ByVal startDate As Date, _
   ByVal endDate As Date, _
   ByVal description As String, _
   ByVal style As TableItemStyle, _
   ByVal recurringBase As RecurringBaseType, _
   ByVal recurringFrequency As Integer _
)
[C#]
public SpecialDate(
   DateTime startDate,
   DateTime endDate,
   string description,
   TableItemStyle style,
   RecurringBaseType recurringBase,
   int recurringFrequency
);

See Also

SpecialDate Class | Karamasoft.WebControls.UltimateCalendar Namespace | SpecialDate Constructor Overload List