This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteDate Method (ArcObjects .NET 10.5 SDK) |
Writes a date.
[Visual Basic .NET] Public Sub WriteDate ( _ ByVal Name As String, _ ByVal Value As DateTime, _ ByVal asString As Boolean _ )
[C#] public void WriteDate ( string Name, DateTime Value, bool asString );
[C++]
HRESULT WriteDate(
BSTR Name,
DATE Value,
VARIANT_BOOL asString
);
[C++]
Parameters Name Name is a parameter of type BSTR Value Value is a parameter of type DATE asString asString is a parameter of type VARIANT_BOOL