Click or drag to resize
GDStorageFolderDateCreated Property
Gets the date and time that the current folder was created.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public DateTimeOffset DateCreated { get; }

Property Value

Type: DateTimeOffset

The date and time that the current folder was created as type DateTime.

For example: Fri Sep 16 13:47:08 PDT 2011.

Implements

IGDStorageItemDateCreated
IGDStorageItemDateCreated
Remarks
If the date property isn't set, this value defaults to 0 which can be translated into misleading dates in different programming languages. In JavaScript, for example, 0 translates to December 16, 1600. You should always check that this property is a real value and not 0.
See Also