Table of Contents

Class TimeSpanConverter

Namespace
Glitch9.IO.Networking
public class TimeSpanConverter : CloudConverter<TimeSpan>, ICloudConverter
Inheritance
TimeSpanConverter
Implements
Inherited Members
Extension Methods

Methods

ToCloudFormat(TimeSpan)

public override object ToCloudFormat(TimeSpan propertyValue)

Parameters

propertyValue TimeSpan

Returns

object

ToLocalFormat(string, object)

public override TimeSpan ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

TimeSpan