Appointment Constructor (Object, DateTime, DateTime, String, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Appointment(
Object id,
DateTime startDate,
DateTime endDate,
string subject,
string recurrenceRule
)
Public Sub New (
id As Object,
startDate As DateTime,
endDate As DateTime,
subject As String,
recurrenceRule As String
)
public:
Appointment(
Object^ id,
DateTime startDate,
DateTime endDate,
String^ subject,
String^ recurrenceRule
)
new :
id : Object *
startDate : DateTime *
endDate : DateTime *
subject : string *
recurrenceRule : string -> Appointment
Parameters
- id
- Type: SystemObject
- startDate
- Type: SystemDateTime
- endDate
- Type: SystemDateTime
- subject
- Type: SystemString
- recurrenceRule
- Type: SystemString
See Also