Returns information about the Standard Time period that "starts" during the specified year.
Syntax
ISTimeZone.GetStandardTimeInformation(year, dateStart, dateEnd, [utcOffset])
Parameters
| Name | Type | Optional | ByRef | Description |
| year |
Integer |
|
|
The Year to return information for. |
| dateStart |
Date |
|
ByRef |
The date Standard Time starts, or Nothing if Not Applicable to this Time Zone or Year. |
| dateEnd |
Date |
|
ByRef |
The date Standard Time ends, or Nothing if Not Applicable to this Time Zone or Year. |
| utcOffset |
TimeSpan |
Optional |
ByRef |
The TimeSpan offset from UTC.
If omitted, a value of Nothing is assumed. |
- Member of:
- ISTimeZone
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0