C# Class QLNet.IMM

Show file Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
code ( Date immDate ) : string
date ( string immCode ) : Date
date ( string immCode, Date refDate ) : Date
isIMMcode ( string s ) : bool
isIMMcode ( string s, bool mainCycle ) : bool
isIMMdate ( Date date ) : bool
isIMMdate ( Date date, bool mainCycle ) : bool
nextCode ( ) : string
nextCode ( Date d ) : string
nextCode ( Date d, bool mainCycle ) : string
nextCode ( string immCode ) : string
nextCode ( string immCode, bool mainCycle ) : string
nextCode ( string immCode, bool mainCycle, Date referenceDate ) : string
nextDate ( ) : Date
nextDate ( Date d ) : Date
nextDate ( Date date, bool mainCycle ) : Date
nextDate ( string immCode ) : Date
nextDate ( string immCode, bool mainCycle ) : Date
nextDate ( string immCode, bool mainCycle, Date referenceDate ) : Date

Method Details

code() public static method

public static code ( Date immDate ) : string
immDate Date
return string

date() public static method

public static date ( string immCode ) : Date
immCode string
return Date

date() public static method

public static date ( string immCode, Date refDate ) : Date
immCode string
refDate Date
return Date

isIMMcode() public static method

public static isIMMcode ( string s ) : bool
s string
return bool

isIMMcode() public static method

public static isIMMcode ( string s, bool mainCycle ) : bool
s string
mainCycle bool
return bool

isIMMdate() public static method

public static isIMMdate ( Date date ) : bool
date Date
return bool

isIMMdate() public static method

public static isIMMdate ( Date date, bool mainCycle ) : bool
date Date
mainCycle bool
return bool

nextCode() public static method

public static nextCode ( ) : string
return string

nextCode() public static method

public static nextCode ( Date d ) : string
d Date
return string

nextCode() public static method

public static nextCode ( Date d, bool mainCycle ) : string
d Date
mainCycle bool
return string

nextCode() public static method

public static nextCode ( string immCode ) : string
immCode string
return string

nextCode() public static method

public static nextCode ( string immCode, bool mainCycle ) : string
immCode string
mainCycle bool
return string

nextCode() public static method

public static nextCode ( string immCode, bool mainCycle, Date referenceDate ) : string
immCode string
mainCycle bool
referenceDate Date
return string

nextDate() public static method

public static nextDate ( ) : Date
return Date

nextDate() public static method

public static nextDate ( Date d ) : Date
d Date
return Date

nextDate() public static method

public static nextDate ( Date date, bool mainCycle ) : Date
date Date
mainCycle bool
return Date

nextDate() public static method

public static nextDate ( string immCode ) : Date
immCode string
return Date

nextDate() public static method

public static nextDate ( string immCode, bool mainCycle ) : Date
immCode string
mainCycle bool
return Date

nextDate() public static method

public static nextDate ( string immCode, bool mainCycle, Date referenceDate ) : Date
immCode string
mainCycle bool
referenceDate Date
return Date