Searched refs:aUNOTime (Results 1 – 1 of 1) sorted by relevance
92 util::Time aUNOTime; in setValue() local93 if ( !( _rValue >>= aUNOTime ) ) in setValue()100 … ::Time aTime( aUNOTime.Hours, aUNOTime.Minutes, aUNOTime.Seconds, aUNOTime.HundredthSeconds ); in setValue()112 … util::Time aUNOTime( aTime.Get100Sec(), aTime.GetSec(), aTime.GetMin(), aTime.GetHour() ); in getValue() local113 aPropValue <<= aUNOTime; in getValue()
Completed in 17 milliseconds