OpenPetra
Free Administration Software for Non-Profits
|
Class for time verifications that are needed both on Server and Client side. More...
Static Public Member Functions | |
static TVerificationResult | IsValidIntegerTime (Int64? AValue, String ADescription, object AResultContext=null, System.Data.DataColumn AResultColumn=null) |
Checks whether an integer time is in the range 0..86399 More... | |
Class for time verifications that are needed both on Server and Client side.
None of the data verifications in here must access the database since the Client doesn't have access to the database!
|
inlinestatic |
Checks whether an integer time is in the range 0..86399
AValue | Integer number. |
ADescription | Description what the integer number is about (for the error message). |
AResultContext | Context of verification (can be null). |
AResultColumn | Which System.Data.DataColumn failed (can be null). |