CValidityPeriod Class Reference
class CValidityPeriod : public CBase |
Detailed Description
The period for which the certificate is valid.
Member Attribute Documentation
iFinish
The end time of the validity period.
iStart
The start time of the validity period.
Constructor & Destructor Documentation
CValidityPeriod ( const CValidityPeriod & )
Parameter | Description | aValidityPeriod | The validity period object to be copied. |
CValidityPeriod ( )
IMPORT_C | CValidityPeriod | ( | ) | [protected] |
Member Function Documentation
Finish ( )
IMPORT_C const TTime & | Finish | ( | ) | const |
Gets the end of the validity period.
Returns: The end date and time.
Start ( )
IMPORT_C const TTime & | Start | ( | ) | const |
Gets the start of the validity period.
Returns: The start date and time.
Valid ( const TTime & )
Tests whether the specified date and time is within the validity period.
Parameter | Description | aTime | The date and time to be tested. |
Returns: ETrue, if the date and time is within the validity period; EFalse, otherwise.