Click or drag to resize

TimeNodeGetLength(TimeSpan, Boolean) Method

Gets the session length from the given time of day

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public TimeSpan GetLength(
	TimeSpan timeOfDay,
	bool isStart
)

Parameters

timeOfDay  TimeSpan
 
isStart  Boolean
 

Return Value

TimeSpan

Implements

ITimeNodeGetLength(TimeSpan, Boolean)
See Also