Show / Hide Table of Contents

    Enum StandardizedDateTimeFormatPattern

    Defines some standardized patterns to use when formatting date- and time values.

    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    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

    ByteConverterExtensions.ToByteArray<StandardizedDateTimeFormatPattern>()
    ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, TResult>(Func<StandardizedDateTimeFormatPattern, TResult>)
    ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T, TResult>(Func<StandardizedDateTimeFormatPattern, T, TResult>, T)
    ConverterExtensions.ParseWith<StandardizedDateTimeFormatPattern, T1, T2, TResult>(Func<StandardizedDateTimeFormatPattern, T1, T2, TResult>, T1, T2)
    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)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<StandardizedDateTimeFormatPattern>()
    DelegateUtilityExtensions.DynamicWrap<StandardizedDateTimeFormatPattern>()
    TweakerExtensions.Adjust<StandardizedDateTimeFormatPattern>(Func<StandardizedDateTimeFormatPattern, StandardizedDateTimeFormatPattern>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<StandardizedDateTimeFormatPattern>()
    WrapperExtensions.UseWrapper<StandardizedDateTimeFormatPattern>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<StandardizedDateTimeFormatPattern>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<StandardizedDateTimeFormatPattern>()
    HashUtilityExtensions.ComputeHash(Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX