C# Class Mandrill.Models.WebHookEvent

The web hook event.
Mostra file Open project: shawnmclean/Mandrill-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromUnixTime ( long unixTime ) : System.DateTime

The from unix time.

Method Details

FromUnixTime() public static method

The from unix time.
public static FromUnixTime ( long unixTime ) : System.DateTime
unixTime long /// The unix time. ///
return System.DateTime