Data.Cloud.AzureAPI.TAzureService.XMsDate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureService

Delphi

function XMsDate: string;

C++

System::UnicodeString __fastcall XMsDate();

Description

Returns the current date and time, properly formatted for the x-ms-date header.

The XMsDate method returns the current date and time, properly formatted for the x-ms-date header.

See Also