AmpTimeago Constructor (DateTime, Int32, Int32) |
Create instance of AmpTimeago.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AmpTimeago(
DateTime dateTime,
int width,
int height
)
Public Sub New (
dateTime As DateTime,
width As Integer,
height As Integer
)
public:
AmpTimeago(
DateTime dateTime,
int width,
int height
)
new :
dateTime : DateTime *
width : int *
height : int -> AmpTimeago
Parameters
- dateTime
- Type: SystemDateTime
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also