Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / DateTimeOffsetFilter Class / Offset Property

In This Topic
    Offset Property (DateTimeOffsetFilter)
    In This Topic
    Gets and sets the time difference between the time in the filter's presentation UI and Coordinated Universal Time (UTC).
    Syntax
    'Declaration
     
    
    Public Property Offset As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> Offset {get; set;}
    Remarks
    If nothing is provided the System.DateTimeOffset.Now offset will be used.
    See Also