Click or drag to resize

SessionException(DateTime, SessionType, TimeSpan, TimeSpan) Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public SessionException(
	DateTime date,
	SessionType sessionType,
	TimeSpan startTime,
	TimeSpan endTime
)

Parameters

date  DateTime
 
sessionType  SessionType
 
startTime  TimeSpan
 
endTime  TimeSpan
 
See Also