Click or drag to resize

ImportSession.Created Property

The date and time that the session was created

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public Nullable<DateTime> Created { get; }

Property Value

Type: Nullable<DateTime>
Remarks
All date/time values are stored in UTC
See Also