C# Class PdfRpt.Calendar.CalendarNames

Default names of the Persian calendar.
ファイルを表示 Open project: VahidN/PdfReport

Public Properties

Property Type Description
LongGregorianDayNamesOfWeek string[]
LongPersianDayNamesOfWeek string[]
PersianMonthNames string[]
ShortGregorianDayNamesOfWeek string[]
ShortPersianDayNamesOfWeek string[]

Property Details

LongGregorianDayNamesOfWeek public_oe static_oe property

DaysOfWeek in the Gregorian calendar.
public static string[] LongGregorianDayNamesOfWeek
return string[]

LongPersianDayNamesOfWeek public_oe static_oe property

DaysOfWeek in the Persian calendar.
public static string[] LongPersianDayNamesOfWeek
return string[]

PersianMonthNames public_oe static_oe property

MonthNames in the Persian calendar.
public static string[] PersianMonthNames
return string[]

ShortGregorianDayNamesOfWeek public_oe static_oe property

DaysOfWeek in the Gregorian calendar.
public static string[] ShortGregorianDayNamesOfWeek
return string[]

ShortPersianDayNamesOfWeek public_oe static_oe property

DaysOfWeek in the Persian calendar.
public static string[] ShortPersianDayNamesOfWeek
return string[]