Property | Type | Description | |
---|---|---|---|
DAY | |||
MONTH | |||
TERM | |||
WEEK | |||
YEAR |
Method | Description | |
---|---|---|
Equals ( object other ) : bool |
Determines if the value of this instance equals that of another.
|
|
ForCode ( string code ) : |
Attempts to locate a Period instance having the given code value.
|
|
GetHashCode ( ) : int |
Determines the hash value for this instance based on the value of the code string.
|
|
ToString ( ) : string |
Returns the value of the code.
|
Method | Description | |
---|---|---|
Period ( string code ) : System |
Constructs a Period with given code.
|
public Equals ( object other ) : bool | ||
other | object | The |
return | bool |
public static ForCode ( string code ) : |
||
code | string | The required code value. |
return |