C# Class Fan.Sys.Month

Month.
Inheritance: Enum
Exibir arquivo Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_apr Month
m_aug Month
m_dec Month
m_feb Month
m_jan Month
m_jul Month
m_jun Month
m_mar Month
m_may Month
m_nov Month
m_oct Month
m_sep Month
m_vals List

Public Methods

Method Description
@typeof ( ) : Type
abbr ( Locale locale ) : string
decrement ( ) : Month
fromStr ( string name ) : Month
fromStr ( string name, bool check ) : Month
full ( Locale locale ) : string
increment ( ) : Month
localeAbbr ( ) : string
localeFull ( ) : string
numDays ( long year ) : long
toLocale ( ) : string
toLocale ( string pattern ) : string

Private Methods

Method Description
Month ( int ordinal, string name )

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

abbr() public method

public abbr ( Locale locale ) : string
locale Locale
return string

decrement() public method

public decrement ( ) : Month
return Month

fromStr() public static method

public static fromStr ( string name ) : Month
name string
return Month

fromStr() public static method

public static fromStr ( string name, bool check ) : Month
name string
check bool
return Month

full() public method

public full ( Locale locale ) : string
locale Locale
return string

increment() public method

public increment ( ) : Month
return Month

localeAbbr() public method

public localeAbbr ( ) : string
return string

localeFull() public method

public localeFull ( ) : string
return string

numDays() public method

public numDays ( long year ) : long
year long
return long

toLocale() public method

public toLocale ( ) : string
return string

toLocale() public method

public toLocale ( string pattern ) : string
pattern string
return string

Property Details

m_apr public_oe static_oe property

public static Month,Fan.Sys m_apr
return Month

m_aug public_oe static_oe property

public static Month,Fan.Sys m_aug
return Month

m_dec public_oe static_oe property

public static Month,Fan.Sys m_dec
return Month

m_feb public_oe static_oe property

public static Month,Fan.Sys m_feb
return Month

m_jan public_oe static_oe property

public static Month,Fan.Sys m_jan
return Month

m_jul public_oe static_oe property

public static Month,Fan.Sys m_jul
return Month

m_jun public_oe static_oe property

public static Month,Fan.Sys m_jun
return Month

m_mar public_oe static_oe property

public static Month,Fan.Sys m_mar
return Month

m_may public_oe static_oe property

public static Month,Fan.Sys m_may
return Month

m_nov public_oe static_oe property

public static Month,Fan.Sys m_nov
return Month

m_oct public_oe static_oe property

public static Month,Fan.Sys m_oct
return Month

m_sep public_oe static_oe property

public static Month,Fan.Sys m_sep
return Month

m_vals public_oe static_oe property

public static List,Fan.Sys m_vals
return List