:ConvertNetworkTime()


Class

     aprTime()

 

Syntax

     :ConvertNetworkTime(nTime[, lAdjust] ) --> aNetworkTime

 

Parameters

 

 

nTime

Network Time to Convert (the number of seconds since midnight, 1 January 1900 UCT)

 

lAdjust

Optional: Logical.

Indicates whether network time should be adjusted for the local timezone.

Default is FALSE

 

Return

     Two element Array containing Network Date and Time

     aNetworkTime[1] = Date (of Type DATE)

     aNetworkTime[2] = Time (of Type CHARACTER)

 

Description

     Converts the Network Time from :GetNetworkTime() to an Array containing the Date and Time.

 

See Also

:GetNetworkTime(), :ConvertSystemTime()