Appointment Constructor (Object, DateTime, DateTime, 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
)
Public Sub New (
id As Object,
startDate As DateTime,
endDate As DateTime,
subject As String
)
public:
Appointment(
Object^ id,
DateTime startDate,
DateTime endDate,
String^ subject
)
new :
id : Object *
startDate : DateTime *
endDate : DateTime *
subject : string -> Appointment
Parameters
- id
- Type: SystemObject
- startDate
- Type: SystemDateTime
- endDate
- Type: SystemDateTime
- subject
- Type: SystemString
See Also