Sample code for 30+ languages & platforms
C#

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat C# Downloads

C#
Chilkat.Http http = new Chilkat.Http();

//  Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
string timestamp = http.GenTimeStamp();
Debug.WriteLine(timestamp);

//  Sample Output:
//  Thu, 21 Aug 2025 11:17:31 GMT