Nevron.Xml Namespace / NXmlNodeWriter Class / WriteValue Method / WriteValue(DateTimeOffset) Method


In This Topic
    WriteValue(DateTimeOffset) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Overridable Sub WriteValue( _
       ByVal value As System.DateTimeOffset _
    ) 
    'Usage
     
    
    Dim instance As NXmlNodeWriter
    Dim value As System.DateTimeOffset
     
    instance.WriteValue(value)
    [__DynamicallyInvokable()]
    public virtual void WriteValue( 
       System.DateTimeOffset value
    )

    Parameters

    value
    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