Configurates
C1.Web.Mvc.BaseCollectionViewService<T>.ShowDatesAsGmt. Sets a value that determines whether dates should be adjusted to look like GMT rather than local dates.
Syntax
'Declaration
Public Overridable Function ShowDatesAsGmt( _
ByVal As Boolean _
) As
public virtual ShowDatesAsGmt(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also