Dynamicweb 8 Documentation
DateSelect(String,Boolean,Boolean,Boolean,String) Method

Syntax
'Declaration
 
Public Overloads Shared Function DateSelect( _ 
   ByVal DateTime As String, _ 
   ByVal UseTime As Boolean, _ 
   ByVal SetNeverExpire As Boolean, _ 
   ByVal AllowNeverExpire As Boolean, _ 
   ByVal Name As String _ 
) As String
public static string DateSelect( 
   string DateTime,
   bool UseTime,
   bool SetNeverExpire,
   bool AllowNeverExpire,
   string Name 
)

Parameters

DateTime
UseTime
SetNeverExpire
AllowNeverExpire
Name
Remarks
Helper method for calling DateSelect.
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

Reference

Dates Class
Dates Members
Overload List

Send Feedback