Click or drag to resize
ABTestValidatorIsValidStart Method
Checks whether the start date is valid.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool IsValidStart(
	DateTime start
)

Parameters

start
Type: SystemDateTime
Test start date

Return Value

Type: Boolean
See Also