Method | Description | |
---|---|---|
Create ( String value ) : TypeUnit |
Creates the unit.
|
|
Interval ( String interval ) : PaymillWrapper.Utils |
Initializes a new instance of the Count class.
|
|
ToString ( ) : String |
Returns a string that represents the current object.
|
|
period ( int interval, TypeUnit unit ) : |
||
periodWithChargeDay ( int interval, TypeUnit unit ) : |
||
periodWithChargeDay ( int interval, TypeUnit unit, Weekday weekday ) : |
public static Create ( String value ) : TypeUnit | ||
value | String | The value. |
return | TypeUnit |
public Interval ( String interval ) : PaymillWrapper.Utils | ||
interval | String | The interval. |
return | PaymillWrapper.Utils |
public static period ( int interval, TypeUnit unit ) : |
||
interval | int | |
unit | TypeUnit | |
return |
public static periodWithChargeDay ( int interval, TypeUnit unit ) : |
||
interval | int | |
unit | TypeUnit | |
return |
public static periodWithChargeDay ( int interval, TypeUnit unit, Weekday weekday ) : |
||
interval | int | |
unit | TypeUnit | |
weekday | Weekday | |
return |