datetime class : Fitted getter

Description

Gets a value that indicates whether this instance was already initialized.

Syntax

datetimeInstance.Fitted

Arguments

None

Return value

ClassDescription
boolA value that indicates whether this instance was already initialized.

Sample code

1:

datetime dt = new datetime(2013,12,14,10,10,9);

2:

bool init = dt.Fitted;

Notes

An instance of the datetime class is always initialized. In other words, this getter always returns true.

Links for reference

None.

Copyright © Cooker All rights reserved.