ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / ShowDatesAsGmt Property

In This Topic
    ShowDatesAsGmt Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    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 Property ShowDatesAsGmt As Boolean
    public virtual bool ShowDatesAsGmt {get; set;}
    See Also