Summary
Argument
System.DateTime.Now
validator.
- Namespace
- oehen
.arguard - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ArgumentDateTimeNowGuard"]
class Type type-node
Syntax
public static class ArgumentDateTimeNowGuard
Methods
Name | Value | Summary |
---|---|---|
Throw |
DateTime |
Throws an
System.InvalidOperationException if argument is
later thanSystem.DateTime.Now .
static
|
ThrowIfIsLessThanNow |
DateTime |
Throws an
System.InvalidOperationException if argument is
less thanSystem.DateTime.Now .
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ThrowIfNotTypeOf |
T |
Throws an
System.InvalidOperationException if argument is not type of
T.
From ArgumentTypeGuard
|