[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Specifies a DateTime value
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public static string Value( DateTime fieldValue ) |
Visual Basic (Declaration) |
---|
Public Shared Function Value ( _ fieldValue As DateTime _ ) As String |
Visual C++ |
---|
public: static String^ Value ( DateTime fieldValue ) |
Parameters
- fieldValue
- DateTime
the DateTime value to be expressed in CAML
Return Value
a new CAML Value element
See Also
CAML Class
JohnHolliday.Caml.Net Namespace