'Declaration Public Shared Function GetFullFormatSpecifier( _ ByVal maskMode As DateTimeMaskMode, _ ByVal format As IFormatProvider _ ) As String
'Usage Dim maskMode As DateTimeMaskMode Dim format As IFormatProvider Dim value As String value = DateTimeTextBox.GetFullFormatSpecifier(maskMode, format)
public static string GetFullFormatSpecifier( DateTimeMaskMode maskMode, IFormatProvider format )
Parameters
- maskMode
- format