ValidationHelperGetTimeSpan Method (Object, TimeSpan, CultureInfo) |
Returns the TimeSpan representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static TimeSpan GetTimeSpan(
Object value,
TimeSpan defaultValue,
CultureInfo culture = null
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemTimeSpan
Default value - culture (Optional)
- Type: System.GlobalizationCultureInfo
Culture for the conversion
Return Value
Type:
TimeSpanSee Also