Initializes a new instance of the UTCOffset class
Namespace: iCalAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public UTCOffset( TimeSpan ts ) |
| Visual Basic |
|---|
Public Sub New ( _ ts As TimeSpan _ ) |
| Visual C++ |
|---|
public: UTCOffset( TimeSpan ts ) |
Parameters
- ts
- Type: System..::..TimeSpan