Show / Hide Table of Contents

    Enum DateTimeFormatPattern

    Defines the default pattern to use when formatting date- and time values.

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

    ByteConverterExtensions.ToByteArray<DateTimeFormatPattern>()
    ConverterExtensions.ParseWith<DateTimeFormatPattern, TResult>(Func<DateTimeFormatPattern, TResult>)
    ConverterExtensions.ParseWith<DateTimeFormatPattern, T, TResult>(Func<DateTimeFormatPattern, T, TResult>, T)
    ConverterExtensions.ParseWith<DateTimeFormatPattern, T1, T2, TResult>(Func<DateTimeFormatPattern, T1, T2, TResult>, T1, T2)
    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)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<DateTimeFormatPattern>()
    DelegateUtilityExtensions.DynamicWrap<DateTimeFormatPattern>()
    TweakerExtensions.Adjust<DateTimeFormatPattern>(Func<DateTimeFormatPattern, DateTimeFormatPattern>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<DateTimeFormatPattern>()
    WrapperExtensions.UseWrapper<DateTimeFormatPattern>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<DateTimeFormatPattern>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<DateTimeFormatPattern>()
    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