Enum StandardizedDateTimeFormatPattern
Defines some standardized patterns to use when formatting date- and time values.
Assembly : Cuemon.Core.dll
public enum StandardizedDateTimeFormatPattern
Fields
Name
Description
Iso8601CompleteDateBasic
Displays a date using the ISO8601 basic date format, eg.: YYYYMMDD.
Iso8601CompleteDateExtended
Displays a date using the ISO8601 extended date format (human readable), eg.: YYYY-MM-DD.
Iso8601CompleteDateTimeBasic
Displays a date using the ISO8601 basic date format in conjunction with the ISO8601 time format, eg.: YYYYMMDDThhmmssTZD.
Iso8601CompleteDateTimeExtended
Displays a date using the ISO8601 extended date format (human readable) in conjunction with the ISO8601 extended time format (human readable), eg.: YYYY-MM-DDThh:mm:ssTZD.
Extension Methods
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
Please enable JavaScript to view the comments powered by Disqus.