<-- Previous || Up || Next -->

Days Since Zero Function
Dates Times Class

Public Function DaysSinceZero( _
      ByVal vYear As Variant _
    , ByVal vMonth As Variant _
    , ByVal vDay As Variant _
    ) As Variant

Return the number of days since 00/00/0000.

Examples:
    DaysSinceZero(1999, 11, 12) = 730435
    DaysSinceZero(1903, 12, 17) = 695406
    DaysSinceZero(1776, 7, 4) = 648856
See also:
    DayNumber Function
    JulianDate Function
    JulianDay Function
vYear: Must use the full four-digit year; cannot use 96, for example, to mean 1996. Function returns Null if vYear is Null or cannot be interpreted as an integer number.
vMonth: Month in the year vYear. Function returns Null if vMonth is Null or cannot be interpreted as an integer number.
vDay: Day in the month vMonth. Function returns Null if vDayis Null or cannot be interpreted as an integer number.
v2.0 Addition: This function is new to this version of Entisoft Tools.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.