Table of Contents

Property Format

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Format

Gets or sets the DateTimeFormatInfo used for time formatting.

public DateTimeFormatInfo Format { get; set; }

Property Value

DateTimeFormatInfo

Remarks

The provider uses LongTimePattern to determine the display format. Users can customize patterns by cloning the DateTimeFormatInfo and modifying LongTimePattern.