ITimeZoneItemsItem Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOTimeZoneItem this[
int Index = 0
] { get; }
ReadOnly Default Property Item (
Optional Index As Integer = 0
) As SOTimeZoneItem
Get
Dim instance As ITimeZoneItems
Dim Index As Integer
Dim value As SOTimeZoneItem
value = instance(Index)
property SOTimeZoneItem^ default[[InAttribute] int Index = 0] {
SOTimeZoneItem^ get ([InAttribute] int Index = 0);
}
Parameters
- Index (Optional)
- Type: SystemInt32
Property Value
Type:
SOTimeZoneItem
See Also