Interface ITimeZone
Assembly: fcSDK.dll
Syntax
public interface ITimeZone
Properties
FullName
Declaration
Property Value
Type |
Description |
System.String |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
UtcOffsetSeconds
Declaration
int UtcOffsetSeconds { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
IsDaylightSavingsTime(DateTime)
Declaration
bool IsDaylightSavingsTime(DateTime date)
Parameters
Type |
Name |
Description |
System.DateTime |
date |
|
Returns
Type |
Description |
System.Boolean |
|