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