Gentee Programming Language > Documentation > Libraries Download documentation

datetime.setdate

Specify a date for the specified datetime structure. The weekday is set automatically.
 
datetime datetime.setdate(
      uint   day,
      uint   month,
      uint   year
)

Parameters

dayDay.
monthMonth.
yearYear.

Return value

Returns the object which method has been called.

See also

    Function for working with time


 Copyright © 2004-2006 Gentee Inc. All rights reserved.