ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / RelativeDatePart Class / RelativeDatePart Constructor

In This Topic
    RelativeDatePart Constructor
    In This Topic
    Initializes a new instance of the RelativeDatePart class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String, _
       ByVal label As String _
    )
    public RelativeDatePart( 
       string value,
       string label
    )

    Parameters

    value
    label
    See Also