Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static implicit operator UTCOffset (
	TimeSpan ts
)
Visual Basic
Public Shared Widening Operator CType ( _
	ts As TimeSpan _
) As UTCOffset
Visual C++
static implicit operator UTCOffset^ (
	TimeSpan ts
)

Parameters

ts
Type: System..::..TimeSpan

See Also