Enum DateTimeFormatPattern
Defines the default pattern to use when formatting date- and time values.
Assembly: Cuemon.Core.dll
public enum DateTimeFormatPattern
Fields
Name |
Description |
LongDate |
Displays a date using the long-date format.
|
LongDateTime |
Displays a date using the long-date format in conjunction with the long-time format.
|
LongTime |
Displays a time using the long-time format.
|
ShortDate |
Displays a date using the short-date format.
|
ShortDateTime |
Displays a date using the short-date format in conjunction with the short-time format.
|
ShortTime |
Displays a time using the short-time format.
|
Extension Methods
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, T5, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<DateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)