menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DateTimePattern - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DateTimePattern

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public enum DateTimePattern

    Fields

    Name Description
    CustomPattern

    Chosen value indicates that customized by user DateTime pattern will be used.

    FullDateTime

    Chosen value indicates that this is standard FullDateTime pattern.

    LongDate

    Chosen value indicates that this is standard LongDate pattern.

    LongTime

    Chosen value indicates that this is standard LongTime pattern.

    MonthDay

    Chosen value indicates that this is standard MonthDay pattern.

    RFC1123

    Chosen value indicates that this is standard RFC1123 pattern.

    ShortDate

    Chosen value indicates that this is standard ShortDate pattern.

    ShortTime

    Chosen value indicates that this is standard ShortTime pattern.

    SortableDateTime

    Chosen value indicates that this is standard ShortDateTime pattern.

    UniversalSortableDateTime

    Chosen value indicates that this is standard UniversalSortableDateTime pattern.

    YearMonth

    Chosen value indicates that this is standard YearMonth pattern.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved