Click or drag to resize

GuiDateSelect Method (String, NullableDateTime, Boolean, Boolean, String, Boolean, Int32, Int32, Boolean, Boolean)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string DateSelect(
	string label,
	Nullable<DateTime> dateTime,
	bool useTime,
	bool allowNeverExpire,
	string name,
	bool enabled,
	int startYear,
	int endYear,
	bool allowNotSet = false,
	bool includeFiles = true
)

Parameters

label
Type: SystemString
dateTime
Type: SystemNullableDateTime
useTime
Type: SystemBoolean
allowNeverExpire
Type: SystemBoolean
name
Type: SystemString
enabled
Type: SystemBoolean
startYear
Type: SystemInt32
endYear
Type: SystemInt32
allowNotSet (Optional)
Type: SystemBoolean
includeFiles (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also