TimeNotationItemRenderDay Method

Render the period of a single 24-hour period using the provided time notation record and the specified date.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static List<DateRangeItem> RenderDay(
	TimeNotationItem notation,
	DateTime date
)

Parameters

notation  TimeNotationItem
Reference to the time notation to unroll.
date  DateTime
Date to render.

Return Value

ListDateRangeItem
Reference to a collection of date range items matching the 24-hour period.

Remarks

In this version, the day period ends at the next stroke of midnight.

See Also