![]() |
Unix
|
[SerializableAttribute] public class UnixTimeTag : TimeTagBase
The UnixTimeTag type exposes the following members.
Name | Description | |
---|---|---|
![]() | UnixTimeTag(Decimal) | Creates a new UnixTimeTag, given number of seconds since 1/1/1970. |
![]() | UnixTimeTag(Ticks) | Creates a new UnixTimeTag, given specified Ticks. |
![]() | UnixTimeTag(UInt32) | Creates a new UnixTimeTag, given number of seconds since 1/1/1970. |
![]() | UnixTimeTag(SerializationInfo, StreamingContext) | Creates a new UnixTimeTag from serialization parameters. |
Name | Description | |
---|---|---|
![]() | BaseDateOffsetTicks |
Gets ticks representing the absolute minimum time of this timetag implementation.
(Inherited from TimeTagBase) |
![]() | Value |
Gets or sets number of seconds (including any fractional seconds) since base time.
(Inherited from TimeTagBase) |
Name | Description | |
---|---|---|
![]() | CompareTo(DateTime) |
Compares the TimeTagBase with a DateTime.
(Inherited from TimeTagBase) |
![]() | CompareTo(Object) |
Compares the TimeTagBase with the specified Object.
(Inherited from TimeTagBase) |
![]() | CompareTo(TimeTagBase) |
Compares the TimeTagBase with another TimeTagBase.
(Inherited from TimeTagBase) |
![]() | Equals(DateTime) |
Determines whether the specified DateTime is equal to the current TimeTagBase.
(Inherited from TimeTagBase) |
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current TimeTagBase.
(Inherited from TimeTagBase) |
![]() | Equals(TimeTagBase) |
Determines whether the specified TimeTagBase is equal to the current TimeTagBase.
(Inherited from TimeTagBase) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode |
Serves as a hash function for the current TimeTagBase.
(Inherited from TimeTagBase) |
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from TimeTagBase) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToDateTime |
Returns standard .NET DateTime representation for timetag.
(Inherited from TimeTagBase) |
![]() | ToString |
Returns basic textual representation for timetag.
(Inherited from TimeTagBase) |
![]() | ToString(IFormatProvider) |
Returns textual representation for timetag using the specified provider.
(Inherited from TimeTagBase) |
![]() | ToString(String) |
Returns textual representation for timetag in the specified format.
(Inherited from TimeTagBase) |
![]() | ToString(String, IFormatProvider) |
Returns textual representation for timetag in the specified format using
the specified provider.
(Inherited from TimeTagBase) |
Name | Description | |
---|---|---|
![]() | GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
![]() | GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |