SemysTimeConvertToDateTime

01 Converts a SemysTimeTick to a SemysDateTime structure.
02

void SemysTimeConvertToDateTime(SemysTimeTick tick, SemysDateTime *pDateTime);

03 Parameters:
  • tick: The tick value to convert.
  • pDateTime: Pointer to a SemysDateTime structure that is to be filled.
04 After the function returns, pDateTime contains the timestamp that is packed in the tick value.
05 Reference: SemysTime.h
Implementation: Semys Library
See Also: Time Sub-System, SemysTimeGetCurrentTime()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.