Click or drag to resize
GDBasicPropertiesItemDate Property
Gets the most relevant date for the item.

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

Property Value

Type: DateTimeOffset

The items date.

The system determines the most relevant date based on the type of the item.

Remarks

This property lets you get the most relevant date for an item without the need to access item-specific properties.

If the date property isn't set, this value defaults to 0.

See Also