Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Normalize ( ) : void | ||
Period ( Frequency f ) : System | ||
Period ( int n, TimeUnit u ) : System | ||
Period ( string period ) : System |
Create from a string like "1M", "2Y"...
|
|
ToShortString ( ) : string | ||
ToString ( ) : string | ||
operator ( ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
GetMaxDays ( ) : int |
Converts Period to days.
|
|
GetMinDays ( ) : int |
Converts Period to days.
|
|
frequency ( ) : Frequency | ||
length ( ) : int | ||
units ( ) : TimeUnit |