| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property TimeStart As Integer | |
| C# | |
|---|---|
public virtual int TimeStart {get; set;} | |
Property Value
IntegerThis property is based on the number of minutes since midnight. If this property is set to 0, the time will begin at 12:00 am, a value of 540 indicates 9:00 am, etc.
The end time for the columns is defined in the TimeEnd property.