| RendererRenderDate Method |
Renders the date according to area format and news culture.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public void RenderDate(
Template template,
string tagName,
DateTime value
)
Public Sub RenderDate (
template As Template,
tagName As String,
value As DateTime
)
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
The template. - tagName
- Type: SystemString
Name of the tag. - value
- Type: SystemDateTime
The date.
See Also