dbicDayView Send comments on this topic.
PrintTimeStart Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : PrintTimeStart Property

Gets or sets the starting time of the printed report.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PrintTimeStart As Integer
C# 
public virtual int PrintTimeStart {get; set;}

Property Value

Integer

Remarks

This 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 printed report is defined in the PrintTimeEnd property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also