Table of Contents

Property DateFormat

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DateFormat

Gets or sets the format string used to display date values. This format string is used in the file list to represent date information, such as file modification dates. If set to null (default value), the default format DefaultDateFormat is used.

public virtual string? DateFormat { get; set; }

Property Value

string

Remarks

The format string can include standard or custom date format specifiers.