Click or drag to resize
DynamicDateTimeRangeGetDateFromDynamic Method

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static DateTime GetDateFromDynamic(
	DateMagnitude magnitude,
	int offset,
	bool isEndDate,
	DateTimeOffset todaysDate,
	DayOfWeek weekStart,
	TimeZoneInfo timeZone
)

Parameters

magnitude
Type: Innovator.ClientDateMagnitude
offset
Type: SystemInt32
isEndDate
Type: SystemBoolean
todaysDate
Type: SystemDateTimeOffset
weekStart
Type: SystemDayOfWeek
timeZone
Type: SystemTimeZoneInfo

Return Value

Type: DateTime
See Also