'Declaration Public Property MinValue As TimeSpan
'Usage Dim instance As GcTimeSpanCellType Dim value As TimeSpan instance.MinValue = value value = instance.MinValue
public TimeSpan MinValue {get; set;}
'Declaration Public Property MinValue As TimeSpan
'Usage Dim instance As GcTimeSpanCellType Dim value As TimeSpan instance.MinValue = value value = instance.MinValue
public TimeSpan MinValue {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is greater than MaxValue or less than the default value. |