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

Gets or sets the ending time of the printed report.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PrintTimeEnd As Integer
C# 
public virtual int PrintTimeEnd {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 end at 11:59 pm, a value of 540 indicates 9:00 am, etc. 

The start time for the printed report is defined in the PrintTimeStart property.

Requirements

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

See Also