 | GuiDateSelect Method (DateTime, Boolean, Boolean, String, Boolean, Int32) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string DateSelect(
DateTime dateTime,
bool useTime,
bool allowNeverExpire,
string name,
bool enabled = true,
int startYear = 0
)
Public Shared Function DateSelect (
dateTime As DateTime,
useTime As Boolean,
allowNeverExpire As Boolean,
name As String,
Optional enabled As Boolean = true,
Optional startYear As Integer = 0
) As String
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