| 
                   | 
               
                  
                   | 
            |
Location: 
            VPROP.H
            
Link against: versit.lib
            
         
class TVersitDateTime;
Defines a Versit date and time.
         
This class is used throughout Versit to represent the date and time. It uses a TDateTime object to store the date/time value and records whether this value is local to the machine which originated the vCard, local
            to the machine on which the code is running, or universal time (UTC).
         
The Year(), Month() and Day() member functions of class TDateTime may be used to extract the date and time components from the TVersitDateTime::iDateTime. 
         
Defined in TVersitDateTime:
            ClearFlag(), EExportLeaveAsLocalTime, EExportNullFlag, EExportTimeZoneDesignator, EIsCorrect, EIsMachineLocal, EIsUTC, EIsVCardLocal, IsFlagSet(), SetFlag(), TRelativeTime, TVersitDateTime(), TVersitDateTimeFlags, iDateTime, iRelativeTime
            
         
IMPORT_C TVersitDateTime(const TDateTime &aDateTime, TRelativeTime aRelativeTime);
Constructs the Versit date/time object with a date/time value and a specification of whether this value is local to the machine which originated
            the vCard, local to the machine on which the code is running, or universal time.
         
                  
  | 
            
inline TBool IsFlagSet(TVersitDateTimeFlags aFlag) const;
                  
  | 
            
                  
  | 
            
inline void ClearFlag(TVersitDateTimeFlags aFlag);
                  
  | 
            
TRelativeTime
Relative time flags.
                  
  | 
            
TVersitDateTimeFlags
Date/time flags.
                  
  | 
            
TRelativeTime iRelativeTime;
Specifies whether the time value is local to the machine which originated the vCard, local to the machine on which the code is running, or universal.