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 Date(
string id,
Nullable<DateTime> defaultDate
)
Public Shared Function Date (
id As String,
defaultDate As Nullable(Of DateTime)
) As HtmlString
public:
static HtmlString^ Date(
String^ id,
Nullable<DateTime> defaultDate
)
static member Date :
id : string *
defaultDate : Nullable<DateTime> -> HtmlString
Parameters
- id
- Type: SystemString
- defaultDate
- Type: SystemNullableDateTime
Return Value
Type:
HtmlString
See Also