DataWriter.WriteDateTime(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a date and time value to the output stream.
public:
virtual void WriteDateTime(DateTime value) = WriteDateTime;
void WriteDateTime(DateTime const& value);
public void WriteDateTime(System.DateTimeOffset value);
function writeDateTime(value)
Public Sub WriteDateTime (value As DateTimeOffset)
Parameters
- value
- DateTime DateTimeOffset
The value.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteDateTime(Windows.Foundation.DateTime)
M:Windows.Storage.Streams.IDataWriter.WriteDateTime(System.DateTimeOffset)