nn::nex::DateTime::FromEpochTime Member Function

Syntax

static DateTime FromEpochTime(
     qInt64 epochTime
);

Parameters

Name Description
in epochTime Specifies the seconds elapsed since 2000/01/01 00:00:00 AM (custom EpochTime).

Return Values

Returns the time as type nex::DateTime.

Description

Generates a DateTime object that stores the number of seconds elapsed since 2000/01/01 00:00:00 AM (a custom EpochTime).

Revision History

2013/10/03
Changed an incorrect Unix EpochTime to custom EpochTime.
2013/06/19
Initial version.

CONFIDENTIAL