Namespace: ConnectedApps.Cms.Sdk.UI.AdminAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static HtmlString Calendar(
string id,
Nullable<DateTime> defaultDate,
bool showTime
)
Public Shared Function Calendar (
id As String,
defaultDate As Nullable(Of DateTime),
showTime As Boolean
) As HtmlString
public:
static HtmlString^ Calendar(
String^ id,
Nullable<DateTime> defaultDate,
bool showTime
)
static member Calendar :
id : string *
defaultDate : Nullable<DateTime> *
showTime : bool -> HtmlString
Parameters
- id
- Type: SystemString
- defaultDate
- Type: SystemNullableDateTime
- showTime
- Type: SystemBoolean
Return Value
Type:
HtmlString
See Also