Class PageDate.MonthComponent

PageDate.MonthComponent class

Represents the month component of a date.

public class MonthComponent : DateComponent

Constructors

NameDescription
MonthComponent()The default constructor.

Properties

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

Methods

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

See Also