DateTimeELDayOfWeek Method

GF Charts Help
Returns the day of week (0 - for Sunday, 1 - for Monday, etc) of YYYMMDD day

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static int DayOfWeek(
	double Date
)

Parameters

Date
Type: SystemDouble
YYYMMDD value

Return Value

Type: Int32
Day of week
See Also

Reference