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