CustomTimeZones Constructor |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CustomTimeZones(
TimeZoneInfo idIN,
string nameIN,
TimeSpan UTCIN
)
Public Sub New (
idIN As TimeZoneInfo,
nameIN As String,
UTCIN As TimeSpan
)
public:
CustomTimeZones(
TimeZoneInfo^ idIN,
String^ nameIN,
TimeSpan UTCIN
)
new :
idIN : TimeZoneInfo *
nameIN : string *
UTCIN : TimeSpan -> CustomTimeZones
Parameters
- idIN
- Type: SystemTimeZoneInfo
- nameIN
- Type: SystemString
- UTCIN
- Type: SystemTimeSpan
See Also