Specifies the default value for a property that returns a DATE data type.
The Content Engine server stores dates and times using Coordinated Universal Time (UTC).
For more information, see
Timestamps.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property PropertyDefaultDateTime As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> PropertyDefaultDateTime { get; set; } |
| Visual C++ |
|---|
property Nullable<DateTime> PropertyDefaultDateTime { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| JavaScript |
|---|
function get_propertyDefaultDateTime(); function set_propertyDefaultDateTime(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DATE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ