Specifies the default value for a property that returns a DATE data type.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultDateTime As Nullable(Of Date)
C#
Nullable<DateTime> PropertyDefaultDateTime { get; }
C++
property Nullable<DateTime> PropertyDefaultDateTime abstract  {
    Nullable<DateTime> get();
}
J#
/** property */
public Nullable<DateTime> get_PropertyDefaultDateTime();
JScript
public function get PropertyDefaultDateTime() : Nullable<DateTime>

Remarks

See Also