Méthode | Description | |
---|---|---|
DaysRemainder ( this span ) : int |
Days in the TimeSpan minus the months and years
|
|
Months ( this span ) : int |
Months in the TimeSpan
|
|
ToStringFull ( ) : string |
Converts the input to a string in this format: (Years) years, (Months) months, (DaysRemainder) days, (Hours) hours, (Minutes) minutes, (Seconds) seconds
|
|
ToStringFull ( this input ) : string |
Converts the input to a string in this format: (Years) years, (Months) months, (DaysRemainder) days, (Hours) hours, (Minutes) minutes, (Seconds) seconds
|
|
Years ( this span ) : int |
Years in the TimeSpan
|
public static DaysRemainder ( this span ) : int | ||
span | this | TimeSpan to get the days from |
Résultat | int |
public static Months ( this span ) : int | ||
span | this | TimeSpan to get the months from |
Résultat | int |
public static ToStringFull ( this input ) : string | ||
input | this | Input TimeSpan |
Résultat | string |
public static Years ( this span ) : int | ||
span | this | TimeSpan to get the years from |
Résultat | int |