datetime class : datetime() fitter

Description

Get a new instance of datetime class.

Syntax

new datetime()

Arguments

None.

Return value

ClassDescription
datetimeA new instance of datetime class. This instance is already initialized.

Sample code

1:

datetime d = new datetime();

Notes

It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.

The instance returned by this fitter has been initialized.

The value that returned by this fitter is equivalent to 00:00:00.0000000 UTC, January 1, 0001, in the Gregorian calendar.Fixed in Ver 1.0.0.1.

The value that returned by this fitter is the acquisition time of the instance.

Links for reference

None.

Copyright © Cooker All rights reserved.