dbicDayView Send comments on this topic.
End Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormat Class : End Property

Gets or sets the ending date of the day format.

Syntax

Visual Basic (Declaration) 
Public Property End As Date
C# 
public DateTime End {get; set;}

Remarks

This property value is of type DateTime, indicating the ending date for the day format.  The starting date is defined in the Start property.

Requirements

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

See Also