Click or drag to resize

TimeNodeGetTimeOfDay Method

Get time from > to

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public TimeSpan GetTimeOfDay(
	TimeSpan timeSpan,
	TimeSpan from,
	bool isPast = true
)

Parameters

timeSpan  TimeSpan
 
from  TimeSpan
 
isPast  Boolean  (Optional)
 

Return Value

TimeSpan

Implements

ITimeNodeGetTimeOfDay(TimeSpan, TimeSpan, Boolean)
See Also