Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.5a

Application v 5.23b

  

 

Chapter FiveGeneral Functions (continued)

MS1900ToDate Function

Overview

The MS1900ToDate function converts Microsoft ‘default 1900’ type date to a system time.

Syntax/Parameters

Syntax

qword  = MS1900ToDate ( int value | string value | float value );

Parameters

value

A date numbered from January 1, 1900 as a string, float or int.

Return Value

Returns a qword as a 64-bit date time or zero on failure. Use GetLastError to retrieve a formatted error code.

On success, an ISO-8601 version of the date will be placed in the last error message which can be retrieved using the GetLastErrorMessage function.

Remarks

Certain applications employ a date counting method known as ‘default 1900’ where a date value is stored as days from January 1, 1900. There are a number of variations on this method, this version works with the 1900 basis and compensated for the leap year error in 1900.

Time values can be represented as fractions of days (except for the value as int).

The string value can be a whole number or a real number. The value is converted as appropriate and then run as an integer or as a float.

The returned value is a standard file-time value dated from 1600.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2024-08-19