Given a name, stores the datetime value in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract Object Put(
string fieldName,
Nullable<DateTime> value
) |
Visual Basic |
---|
Public MustOverride Function Put (
fieldName As String,
value As Nullable(Of DateTime)
) As Object |
Visual C++ |
---|
public:
virtual Object^ Put(
String^ fieldName,
Nullable<DateTime> value
) abstract |
F# |
---|
abstract Put :
fieldName : string *
value : Nullable<DateTime> -> Object
|
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also