c++中的gettimeofday函数怎么用
阿斯顿飞
Time.getTimeOfDay
Creates a Time object that represents the same time of day as this Time object, but without a date specified.
Syntax
public Time getTimeOfDay()
Return Value
Returns a new Time object with the time of day of this Time object.
查msdn就行了