Gets or sets a DateTime that defines a beginning of an overall period of time
that can be represented by the control. This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(DateTimeTypeConverter))] public DateTime Start { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _ Public Property Start As DateTime Get Set |