|
<< Click to Display Table of Contents >> Navigation: CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > StockTransferRequisitionDTO > Properties > RequestedDate Property |
Navigation: CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > StockTransferRequisitionDTO > Properties >
iVend Retail 6.6 - Web API Help
RequestedDate Property
Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI
[TCheckBoxFormControlObj] Visual Basic (Declaration)
[TCheckBoxFormControlObj] Visual Basic (Usage)
[TCheckBoxFormControlObj] C#
[TCheckBoxFormControlObj] C++/CLI
CXS.Retail.DTO Namespace > StockTransferRequisitionDTO Class : RequestedDate Property |
Gets or sets the till id.
Syntax
•C#
'Declaration
<DataMemberAttribute(Order=5, IsRequired=True)>
Public Property RequestedDate As Nullable(Of Date)
'Usage
Dim instance As StockTransferRequisitionDTO
Dim value As Nullable(Of Date)
instance.RequestedDate = value
value = instance.RequestedDate
[DataMember(Order=5, IsRequired=true)]
public Nullable<DateTime> RequestedDate {get; set;}
[DataMember(Order=5, IsRequired=true)]
public:
property Nullable<DateTime> RequestedDate {
Nullable<DateTime> get();
void set ( Nullable<DateTime> value);
}
The till id.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also
StockTransferRequisitionDTO Class