Table of Contents

Class DateTimeFormatTypeExtensions

Namespace
Tripous
Assembly
Tripous.dll

Extensions

public static class DateTimeFormatTypeExtensions
Inheritance
DateTimeFormatTypeExtensions
Inherited Members

Methods

GetFormatString(DateTimeFormatType)

Returns the format string for the specified FormatType according to Thread.CurrentThread.CurrentCulture

public static string GetFormatString(this DateTimeFormatType FormatType)

Parameters

FormatType DateTimeFormatType

Returns

string

GetFormatString(DateTimeFormatType, CultureInfo)

Returns the format string for the specified FormatType according to CultureInfo

public static string GetFormatString(this DateTimeFormatType FormatType, CultureInfo CultureInfo)

Parameters

FormatType DateTimeFormatType
CultureInfo CultureInfo

Returns

string