 | LayoutFieldSetDate Method |
Updates the date value of the index occurence of
field in message.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic virtual void SetDate(
LayoutMessage message,
int index,
Nullable<DateTime> value
)
Public Overridable Sub SetDate (
message As LayoutMessage,
index As Integer,
value As Nullable(Of DateTime)
)
Parameters
- message
- Type: OBCOM.NetSwitchLib.LayoutsLayoutMessage
The message that will be updated.
- index
- Type: SystemInt32
The occurence index of the field.
- value
- Type: SystemNullableDateTime
The new date value of the field.
Exceptions
RemarksThis method can only be applied to fields of type DATE.
If value is null then the field's
data is set to NULL (see IsNull for
more details).
See Also