public Nullable<TimeSpan> Value {get; set;}
'Declaration
Public Property Value As Nullable(Of TimeSpan)
'Usage
Dim instance As GcTimeSpan Dim value As Nullable(Of TimeSpan) instance.Value = value value = instance.Value
Exception | Description |
---|---|
System.FormatException | The value is not a valid format string. |
System.ArgumentOutOfRangeException | The value is less than MinValue or greater than MaxValue. |