TimeSpanConverterMethod Enumeration
Specifies the method that is used to convert TimeSpan? values.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Members
Member name | Description | |
---|---|---|
Milliseconds | Returns the milliseconds component of the TimeSpan? value as a String without decimal digits. | |
Seconds | Returns the seconds component of the TimeSpan? value as a String without decimal digits. | |
Minutes | Returns the minutes component of the TimeSpan? value as a String without decimal digits. | |
Hours | Returns the hours component of the TimeSpan? value as a String without decimal digits. | |
Days | Returns the days component of the TimeSpan? value as a String without decimal digits. | |
TotalMilliseconds | Returns the TimeSpan? value expressed in milliseconds as a String without decimal digits. | |
TotalSeconds | Returns the TimeSpan? value expressed in seconds as a String without decimal digits. | |
TotalMinutes | Returns the TimeSpan? value expressed in minutes as a String without decimal digits. | |
TotalHours | Returns the TimeSpan? value expressed in hours as a String without decimal digits. | |
TotalDays | Returns the TimeSpan? value expressed in days as a String without decimal digits. | |
Format | Returns the equivalent String representation of the TimeSpan? value using a specified format parameter and the invariant culture. |