 | RazorTemplateBase<TModel>.GetDate Method |
Gets a date representation of the tag value.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic DateTime GetDate(
string name
)
Public Function GetDate (
name As String
) As DateTime
Parameters
- name
- Type: System.String
The name of the tag.
Return Value
Type:
DateTime
See Also