.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.OAuth2PlatformClient
EpochTimeExtensions Class
EpochTimeExtensions Methods
ToEpochTime Method
ToEpochTime Method (DateTime)
ToEpochTime Method (DateTimeOffset)
EpochTimeExtensions
ToEpochTime Method (DateTimeOffset)
Converts the given date value to epoch time.
Namespace:
Intuit.Ipp.OAuth2PlatformClient
Assembly:
Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
Copy
public
static
long
ToEpochTime
(
this
DateTimeOffset
dateTime
)
Parameters
dateTime
Type:
System
DateTimeOffset
dateTime Offset value
Return Value
Type:
Int64
long
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DateTimeOffset
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
EpochTimeExtensions Class
ToEpochTime Overload
Intuit.Ipp.OAuth2PlatformClient Namespace