TimeNotationItemRenderDay Method
Render the period of a single 24-hour period using the provided time
notation record and the specified date.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static List<DateRangeItem> RenderDay(
TimeNotationItem notation,
DateTime date
)
Public Shared Function RenderDay (
notation As TimeNotationItem,
date As DateTime
) As List(Of DateRangeItem)
No code example is currently available or this language may not be supported.
- notation TimeNotationItem
-
Reference to the time notation to unroll.
- date DateTime
-
Date to render.
ListDateRangeItem
Reference to a collection of date range items matching the 24-hour
period.
In this version, the day period ends at the next stroke of midnight.