OpenSiv3D  v0.6.5
C++20 framework for creative coding
Time.hpp File Reference
#include "Common.hpp"

Namespaces

 s3d
 
 s3d::Time
 時間
 

Functions

uint64 s3d::Time::GetSec () noexcept
 アプリケーションが起動してからの経過時間を秒で返します。 More...
 
uint64 s3d::Time::GetMillisec () noexcept
 アプリケーションが起動してからの経過時間をミリ秒で返します。 More...
 
uint64 s3d::Time::GetMicrosec () noexcept
 アプリケーションが起動してからの経過時間をマイクロ秒で返します。 More...
 
uint64 s3d::Time::GetNanosec () noexcept
 アプリケーションが起動してからの経過時間をナノ秒で返します。 More...
 
uint64 s3d::Time::GetSecSinceEpoch ()
 協定世界時 (UTC) で 1970 年 1 月 1 日午前 0 時からの経過時間を秒で返します。 More...
 
uint64 s3d::Time::GetMillisecSinceEpoch ()
 協定世界時 (UTC) で 1970 年 1 月 1 日午前 0 時からの経過時間をミリ秒で返します。 More...
 
uint64 s3d::Time::GetMicrosecSinceEpoch ()
 協定世界時 (UTC) で 1970 年 1 月 1 日午前 0 時からの経過時間をマイクロ秒で返します。 More...
 
int32 s3d::Time::UTCOffsetMinutes ()
 協定世界時 (UTC) との時差を分で返します。 More...