Xceed Toolkit for Maui v2.0 Documentation
TimeFormatPattern Enumeration


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : TimeFormatPattern Enumeration
The formats available when displaying a TimeOnly value.
Syntax
'Declaration
 
Public Enum TimeFormatPattern 
   Inherits System.Enum
'Usage
 
Dim instance As TimeFormatPattern
public enum TimeFormatPattern : System.Enum 
Members
MemberDescription
CustomUses a custom, non-standard, TimeOnly format. 
LongTimeUses a long time format; for example, 11:59:49 PM.
ShortTimeUses a short time format; for example, 11:59 PM.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Maui.Toolkit.TimeFormatPattern

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Maui.Toolkit Namespace