VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.NumberFormats Namespace / TimeFormat Class / Create(String) Method
Syntax Requirements SeeAlso
In This Topic
    Create(String) Method (TimeFormat)
    In This Topic
    Creates the time format.
    Syntax
    'Declaration
    
    Public Shared Function Create( _
    ByVal formatString
    The time format string.
    As System.String _
    ) As TimeFormat
    public static TimeFormat Create(
    System.String formatString
    )
    public: static TimeFormat* Create(
    System.String formatString
    )
    public:
    static TimeFormat^ Create(
    System.String formatString
    )

    Parameters

    formatString
    The time format string.

    Return Value

    The time format if format is supported; otherwise, null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also