ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.JpCalendar Namespace / DateTimeFormat Class / Format Method

In This Topic
    Format Method (DateTimeFormat)
    In This Topic
    Formats date as general for not JP case. For JP - with era settings and custom format "ggYY" support.
    Syntax
    'Declaration
     
    Public Shared Function Format( _
       ByVal format As String, _
       ByVal arg As Date, _
       ByVal culture As CultureInfo _
    ) As String
    public static string Format( 
       string format,
       DateTime arg,
       CultureInfo culture
    )

    Parameters

    format
    arg
    culture
    See Also