DataWriter.WriteTimeSpan(TimeSpan) 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 time-interval value to the output stream.
public:
virtual void WriteTimeSpan(TimeSpan value) = WriteTimeSpan;
void WriteTimeSpan(TimeSpan const& value);
public void WriteTimeSpan(System.TimeSpan value);
function writeTimeSpan(value)
Public Sub WriteTimeSpan (value As TimeSpan)
Parameters
Implements
M:Windows.Storage.Streams.IDataWriter.WriteTimeSpan(Windows.Foundation.TimeSpan)
M:Windows.Storage.Streams.IDataWriter.WriteTimeSpan(System.TimeSpan)