Class FCTimeZone
Inheritance
System.Object
FCTimeZone
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: fcSDK.dll
Syntax
public class FCTimeZone : ClarifyDataObject, IDataObject, ITimeZone
Properties
DaylightSavingsPeriods
Declaration
public DaylightSavingsCollection DaylightSavingsPeriods { get; protected set; }
Property Value
FullName
Declaration
public string FullName { get; }
Property Value
Type |
Description |
System.String |
|
IsDefault
Declaration
public bool IsDefault { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
UtcOffsetSeconds
Declaration
public int UtcOffsetSeconds { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
ConvertDate(DateTime, ITimeZone)
Declaration
public DateTime ConvertDate(DateTime date, ITimeZone toZone)
Parameters
Type |
Name |
Description |
System.DateTime |
date |
|
ITimeZone |
toZone |
|
Returns
Type |
Description |
System.DateTime |
|
ConvertDate(DateTime, ITimeZone, ITimeZone)
Declaration
public static DateTime ConvertDate(DateTime date, ITimeZone fromZone, ITimeZone toZone)
Parameters
Returns
Type |
Description |
System.DateTime |
|
IsDaylightSavingsTime(DateTime)
Declaration
public bool IsDaylightSavingsTime(DateTime testDate)
Parameters
Type |
Name |
Description |
System.DateTime |
testDate |
|
Returns
Type |
Description |
System.Boolean |
|
Implements