Enum TimeKind
Use this to indicate whether time is being expressed in the utc timezone or some other specific (known) timezone.
Namespace: FFT.TimeStamps
Assembly: FFT.TimeStamps.dll
Syntax
public enum TimeKind : int
Fields
Name | Description |
---|---|
TimeZone | The time is being expressed in a specific timezone, known by the context. |
Utc | The time is being expressed in the utc timezone. |