Specifies the default value for a property that returns a DATE data type.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property PropertyDefaultDateTime As Nullable(Of Date) |
C# |
---|
Nullable<DateTime> PropertyDefaultDateTime { get; set; } |
C++ |
---|
property Nullable<DateTime> PropertyDefaultDateTime abstract { Nullable<DateTime> get(); void set(Nullable<DateTime> value); } |
J# |
---|
/** property */ public Nullable<DateTime> get_PropertyDefaultDateTime(); /** property */ public void set_PropertyDefaultDateTime(Nullable<DateTime> value); |
JScript |
---|
public function get PropertyDefaultDateTime() : Nullable<DateTime> public function set PropertyDefaultDateTime(value : Nullable<DateTime>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: DATE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ