Discuss this help topic in SecureBlackbox Forum
Specifies the start time for the associated signature.
Declaration
[C#/Java]
DateTime StartTime;
[VB.NET]
Property StartTime As DateTime
[Pascal]
property StartTime : TDateTime;
[C++]
int64_t get_StartTime();
void set_StartTime(int64_t Value);
[PHP]
DateTime get_StartTime()
void set_StartTime(DateTime $Value)
Description
Use this property to specify the start time for the associated shared access signature.
Discuss this help topic in SecureBlackbox Forum