This validation method performs a check to ensure that the DateTime value is set
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)
Syntax
C# |
---|
public bool ArgumentRequiredCheck( string name, DateTime date ) |
Visual Basic |
---|
Public Function ArgumentRequiredCheck ( _ name As String, _ date As DateTime _ ) As Boolean |
Visual C++ |
---|
public: bool ArgumentRequiredCheck( String^ name, DateTime date ) |
Parameters
- name
- Type: System..::..String
The property name
- date
- Type: System..::..DateTime
The DateTime value to check