Constructor TimeSpanUnits
TimeSpanUnits(double, int, int)
Construct a subscription duration.
Declaration
public TimeSpanUnits(double d, int m, int y)
Parameters
Type | Name | Description |
---|---|---|
double | d | Discrete duration in days, if less than a month, otherwise zero. |
int | m | Discrete duration in months, if less than a year, otherwise zero. |
int | y | Discrete duration in years, otherwise zero. |