fCraft.DateTimeUtil.ToDateTimeLegacy C# (CSharp) Method

ToDateTimeLegacy() static private method

static private ToDateTimeLegacy ( long timestamp ) : System.DateTime
timestamp long
return System.DateTime
        internal static DateTime ToDateTimeLegacy( long timestamp ) {
            return new DateTime( timestamp * TicksPerMillisecond + TicksToUnixEpoch, DateTimeKind.Utc );
        }

Same methods

DateTimeUtil::ToDateTimeLegacy ( [ str, System.DateTime &result ) : bool
DateTimeUtil::ToDateTimeLegacy ( this str, System.DateTime &result ) : bool