TimeSpanStringConvertEventArgs Properties
Provides data for the HumanReadableTimeSpanHelper.ConvertToString and HumanReadableTimeSpanHelper.ParseString events.| Name | Description |
|---|---|
| Handled | Gets or sets whether an event was handled, if it was handled the default actions are not required. |
| StringValue | Gets or sets the string used when converting a TimeSpan value to a string or vice versa. |
| TimeSpanValue | Gets or sets the TimeSpan value used when converting a TimeSpan value to a string or vice versa. |
See Also