Click or drag to resize

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

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static string DateSelect(
	DateTime dateTime,
	bool useTime,
	bool allowNeverExpire,
	string name,
	bool enabled = true,
	int startYear = 0
)

Parameters

dateTime
Type: SystemDateTime
useTime
Type: SystemBoolean
allowNeverExpire
Type: SystemBoolean
name
Type: SystemString
enabled (Optional)
Type: SystemBoolean
startYear (Optional)
Type: SystemInt32

Return Value

Type: String
See Also