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 |
public static date ( string immCode, Date refDate ) : Date | ||
immCode | string | |
refDate | Date | |
return | Date |
public static isIMMcode ( string s, bool mainCycle ) : bool | ||
s | string | |
mainCycle | bool | |
return | bool |
public static isIMMdate ( Date date, bool mainCycle ) : bool | ||
date | Date | |
mainCycle | bool | |
return | bool |
public static nextCode ( Date d, bool mainCycle ) : string | ||
d | Date | |
mainCycle | bool | |
return | string |
public static nextCode ( string immCode ) : string | ||
immCode | string | |
return | string |
public static nextCode ( string immCode, bool mainCycle ) : string | ||
immCode | string | |
mainCycle | bool | |
return | string |
public static nextCode ( string immCode, bool mainCycle, Date referenceDate ) : string | ||
immCode | string | |
mainCycle | bool | |
referenceDate | Date | |
return | string |
public static nextDate ( Date date, bool mainCycle ) : Date | ||
date | Date | |
mainCycle | bool | |
return | Date |
public static nextDate ( string immCode ) : Date | ||
immCode | string | |
return | Date |
public static nextDate ( string immCode, bool mainCycle ) : Date | ||
immCode | string | |
mainCycle | bool | |
return | Date |
public static nextDate ( string immCode, bool mainCycle, Date referenceDate ) : Date | ||
immCode | string | |
mainCycle | bool | |
referenceDate | Date | |
return | Date |