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

In This Topic
    FormatCustomized Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FormatCustomized( _
       ByVal dateTime As Date, _
       ByVal format As String, _
       ByVal dtfi As DateTimeFormatInfo, _
       ByVal calendar As Calendar _
    ) As String
    public static string FormatCustomized( 
       DateTime dateTime,
       string format,
       DateTimeFormatInfo dtfi,
       Calendar calendar
    )

    Parameters

    dateTime
    format
    dtfi
    calendar
    See Also