Convert Method

Glimpse API

TimeSpanConverter Convert Method Glimpse API Documentation
Converts the specified date.

Namespace: Glimpse.Core.SerializationConverter
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public Object Convert(
	Object date
)
public Object Convert(
	Object date
)

Parameters

date
Type: OnlineSystem Object
The date.

Return Value

A double of rounded off milliseconds of the length of the time span.

Implements

ISerializationConverter Convert(Object)
See Also