Tpm2Lib.TimeInfo.TimeInfo C# (CSharp) Method

TimeInfo() public method

public TimeInfo ( TimeInfo the_TimeInfo ) : System
the_TimeInfo TimeInfo
return System
        public TimeInfo(TimeInfo the_TimeInfo)
        {
            if((Object) the_TimeInfo == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
            time = the_TimeInfo.time;
            clockInfo = the_TimeInfo.clockInfo;
        }
        ///<param name = "the_time">time in milliseconds since the last _TPM_Init() or TPM2_Startup() This structure element is used to report on the TPM's Time value.</param>

Same methods

TimeInfo::TimeInfo ( ) : System
TimeInfo::TimeInfo ( ulong the_time, ClockInfo the_clockInfo ) : System