Class DateComponent

DateComponent class

Represents a base class for date components with a format attribute.

public class DateComponent

Constructors

NameDescription
DateComponent()The default constructor.

Properties

NameDescription
Format { get; set; }Gets or sets the format for the date component.

Methods

NameDescription
GetFormat(char)Returns a string composed of a specified character repeated based on the format.

See Also